Html Css Color HEX #B33471 Rouge

📋 copy color: '#B33471'

red 179 ◦ green 52 ◦ blue 113

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

Shades of Rouge #B33471

Tints of Rouge #B33471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.12%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 52.03%
G = 15.12%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B33471 (or 0xB33471) is known color: Rouge. HEX triplet: B3, 34 and 71. RGB value is (179,52,113). Sum of RGB (Red+Green+Blue) = 179+52+113=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B33471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33471 is #4CCB8E. Grayscale: #606060. Windows color (decimal): -5032847 or 7419059. OLE color: 7419059.

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

Color convert

RGB 179 52 113 -
CMYK 0 0.71 0.37 0.30
HSL 331.18º 0.55% 0.45% -
HSV(B) 331.18º 0.71% 0.7% -
XYZ 22.8 13.23 16.98 -
YUV 96.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 179 52 113 0 0.71 0.37 0.30 331.18 0.55 0.45
Hex B3 34 71 0 47 25 1E 14B 37 2D
Octal 263 64 161 0 107 45 36 513 67 55
Binary 10110011 110100 1110001 0 1000111 100101 11110 101001011 110111 101101

Color Harmonies of #B33471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33471

Black with #B33471

Text Example


Text Example

White with #B33471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33471; }

 p { color: rgb(179,52,113); }

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

background-color css

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

 a { background-color: rgb(179,52,113); }

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

border-color css

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

 span { border-color: rgb(179,52,113); }

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