#B43C72

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

Shades of Royal Heath #B43C72

Tints of Royal Heath #B43C72

Color information

#B43C72 (or 0xB43C72) is unknown color: approx Royal Heath. HEX triplet: B4, 3C and 72. RGB value is (180,60,114). Sum of RGB (Red+Green+Blue) = 180+60+114=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B43C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43C72 is #4BC38D. Grayscale: #656565. Windows color (decimal): -4965262 or 7486644. OLE color: 7486644.

HSL color Cylindrical-coordinate representation of color #B43C72: hue angle of 333º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B43C72 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB18060114-
CMYK00.670.370.29
HSL333º50%47.06%-
HSV(B)333º66.67%70.59%-
XYZ23.4814.1517.41-
YUV102.04134.76183.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.85%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=50.85%
G=16.95%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806011400.670.370.293335047.06
HexB43C72043251D14d322f
Octal26474162010345355156257
Binary1011010011110011100100100001110010111101101001101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43C72; }

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

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

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

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

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

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

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

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