Html Css Color HEX #B3338B Medium Red Violet

📋 copy color: '#B3338B'

red 179 ◦ green 51 ◦ blue 139

#B3338B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #B3338B

Tints of Medium Red Violet #B3338B

RGB

 RED value IS 179 (70.31% from 255) = 48.51%

 GREEN value IS 51 (20.31% from 255) = 13.82%

 BLUE value IS 139 (54.69% from 255) = 37.67%

R = 48.51%
G = 13.82%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3338B (or 0xB3338B) is known color: Medium Red Violet. HEX triplet: B3, 33 and 8B. RGB value is (179,51,139). Sum of RGB (Red+Green+Blue) = 179+51+139=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3338B is #4CCC74. Grayscale: #636363. Windows color (decimal): -5033077 or 9122739. OLE color: 9122739.

HSL color Cylindrical-coordinate representation of color #B3338B: hue angle of 318.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3338B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 139 -
CMYK 0 0.72 0.22 0.30
HSL 318.75º 0.56% 0.45% -
HSV(B) 318.75º 0.72% 0.7% -
XYZ 24.43 13.82 25.8 -
YUV 99.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 179 51 139 0 0.72 0.22 0.30 318.75 0.56 0.45
Hex B3 33 8B 0 48 16 1E 13F 38 2D
Octal 263 63 213 0 110 26 36 477 70 55
Binary 10110011 110011 10001011 0 1001000 10110 11110 100111111 111000 101101

Color Harmonies of #B3338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3338B

Black with #B3338B

Text Example


Text Example

White with #B3338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3338B; }

 p { color: rgb(179,51,139); }

 H1.HeaderClassName
 {
   color: #B3338B;
 }
 .AnyTagClassName
 {
   color: #B3338B;
 }
</style>

background-color css

<style>
 a { background-color: #B3338B; }

 a { background-color: rgb(179,51,139); }

 div.DivClassName
 {
   background-color: #B3338B;
 }
 .BgClassName
 {
   background-color: #B3338B;
 }
</style>

border-color css

<style>
 span { border-color: #B3338B; }

 span { border-color: rgb(179,51,139); }

 td.TdClassName
 {
   border-color: #B3338B;
 }
 .TagClassName
 {
   border-color: #B3338B;
 }
</style>