#B5407B

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

Shades of Royal Heath #B5407B

Tints of Royal Heath #B5407B

Color information

#B5407B (or 0xB5407B) is unknown color: approx Royal Heath. HEX triplet: B5, 40 and 7B. RGB value is (181,64,123). Sum of RGB (Red+Green+Blue) = 181+64+123=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407B is #4ABF84. Grayscale: #696969. Windows color (decimal): -4898693 or 8077493. OLE color: 8077493.

HSL color Cylindrical-coordinate representation of color #B5407B: hue angle of 329.74º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5407B is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18164123-
CMYK00.650.320.29
HSL329.74º47.76%48.04%-
HSV(B)329.74º64.64%70.98%-
XYZ24.4614.9220.33-
YUV105.71137.76181.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 64 (25.39% from 255) = 17.39%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=49.18%
G=17.39%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816412300.650.320.29329.7447.7648.04
HexB5407B041201D14a3030
Octal265100173010140355126060
Binary10110101100000011110110100000110000011101101001010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5407B; }

 p { color: rgb(181,64,123); }

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

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

 a { background-color: rgb(181,64,123); }

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

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

 span { border-color: rgb(181,64,123); }

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