Html Css Color HEX #B33168 Rouge

📋 copy color: '#B33168'

red 179 ◦ green 49 ◦ blue 104

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

Shades of Rouge #B33168

Tints of Rouge #B33168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.76%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 53.92%
G = 14.76%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B33168 (or 0xB33168) is known color: Rouge. HEX triplet: B3, 31 and 68. RGB value is (179,49,104). Sum of RGB (Red+Green+Blue) = 179+49+104=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33168 is #4CCE97. Grayscale: #5E5E5E. Windows color (decimal): -5033624 or 6828467. OLE color: 6828467.

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

Color convert

RGB 179 49 104 -
CMYK 0 0.73 0.42 0.30
HSL 334.62º 0.57% 0.45% -
HSV(B) 334.62º 0.73% 0.7% -
XYZ 22.19 12.78 14.39 -
YUV 94.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 179 49 104 0 0.73 0.42 0.30 334.62 0.57 0.45
Hex B3 31 68 0 49 2A 1E 14F 39 2D
Octal 263 61 150 0 111 52 36 517 71 55
Binary 10110011 110001 1101000 0 1001001 101010 11110 101001111 111001 101101

Color Harmonies of #B33168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33168

Black with #B33168

Text Example


Text Example

White with #B33168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33168; }

 p { color: rgb(179,49,104); }

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

background-color css

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

 a { background-color: rgb(179,49,104); }

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

border-color css

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

 span { border-color: rgb(179,49,104); }

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