#B33C72

Color #B33C72 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B33C72

Tints of Royal Heath #B33C72

Color information

#B33C72 (or 0xB33C72) is unknown color: approx Royal Heath. HEX triplet: B3, 3C and 72. RGB value is (179,60,114). Sum of RGB (Red+Green+Blue) = 179+60+114=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C72 is #4CC38D. Grayscale: #656565. Windows color (decimal): -5030798 or 7486643. OLE color: 7486643.

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

Color convert

RGB17960114-
CMYK00.660.360.30
HSL332.77º49.79%46.86%-
HSV(B)332.77º66.48%70.2%-
XYZ23.2414.0317.4-
YUV101.74134.92183.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=50.71%
G=17.00%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796011400.660.360.30332.7749.7946.86
HexB33C72042241E14d322f
Octal26374162010244365156257
Binary1011001111110011100100100001010010011110101001101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C72; }

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

 H1.HeaderClassName
 {
   color: #B33C72;
 }
 .AnyTagClassName
 {
   color: #B33C72;
 }
</style>
background-color css

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

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

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

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

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

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