#B5407A

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

Shades of Royal Heath #B5407A

Tints of Royal Heath #B5407A

Color information

#B5407A (or 0xB5407A) is unknown color: approx Royal Heath. HEX triplet: B5, 40 and 7A. RGB value is (181,64,122). Sum of RGB (Red+Green+Blue) = 181+64+122=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B5407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5407A is #4ABF85. Grayscale: #696969. Windows color (decimal): -4898694 or 8011957. OLE color: 8011957.

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

Color convert

RGB18164122-
CMYK00.650.330.29
HSL330.26º47.76%48.04%-
HSV(B)330.26º64.64%70.98%-
XYZ24.414.920-
YUV105.6137.26181.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.32%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=49.32%
G=17.44%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816412200.650.330.29330.2647.7648.04
HexB5407A041211D14a3030
Octal265100172010141355126060
Binary10110101100000011110100100000110000111101101001010110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5407A; }

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

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

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

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

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

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

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

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