Html Css Color HEX #B33F72 Royal Heath

📋 copy color: '#B33F72'

red 179 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #B33F72

Tints of Royal Heath #B33F72

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 50.28%
G = 17.7%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B33F72 (or 0xB33F72) is known color: Royal Heath. HEX triplet: B3, 3F and 72. RGB value is (179,63,114). Sum of RGB (Red+Green+Blue) = 179+63+114=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F72 is #4CC08D. Grayscale: #676767. Windows color (decimal): -5030030 or 7487411. OLE color: 7487411.

HSL color Cylindrical-coordinate representation of color #B33F72: hue angle of 333.62º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F72 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 114 -
CMYK 0 0.65 0.36 0.30
HSL 333.62º 0.48% 0.47% -
HSV(B) 333.62º 0.65% 0.7% -
XYZ 23.41 14.35 17.46 -
YUV 103.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 179 63 114 0 0.65 0.36 0.30 333.62 0.48 0.47
Hex B3 3F 72 0 41 24 1E 14E 30 2F
Octal 263 77 162 0 101 44 36 516 60 57
Binary 10110011 111111 1110010 0 1000001 100100 11110 101001110 110000 101111

Color Harmonies of #B33F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F72

Black with #B33F72

Text Example


Text Example

White with #B33F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F72; }

 p { color: rgb(179,63,114); }

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

background-color css

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

 a { background-color: rgb(179,63,114); }

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

border-color css

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

 span { border-color: rgb(179,63,114); }

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