#B5407C

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

Shades of Royal Heath #B5407C

Tints of Royal Heath #B5407C

Color information

#B5407C (or 0xB5407C) is unknown color: approx Royal Heath. HEX triplet: B5, 40 and 7C. RGB value is (181,64,124). Sum of RGB (Red+Green+Blue) = 181+64+124=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407C is #4ABF83. Grayscale: #696969. Windows color (decimal): -4898692 or 8143029. OLE color: 8143029.

HSL color Cylindrical-coordinate representation of color #B5407C: hue angle of 329.23º 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 #B5407C is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18164124-
CMYK00.650.310.29
HSL329.23º47.76%48.04%-
HSV(B)329.23º64.64%70.98%-
XYZ24.5314.9520.66-
YUV105.82138.26181.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.05%
GREEN value IS 64 (25.39% from 255) = 17.34%
BLUE value IS 124 (48.83% from 255) = 33.60%
R=49.05%
G=17.34%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816412400.650.310.29329.2347.7648.04
HexB5407C0411F1D1493030
Octal265100174010137355116060
Binary1011010110000001111100010000011111111101101001001110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5407C; }

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

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

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

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

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

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

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

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