#B5477D

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

Shades of Royal Heath #B5477D

Tints of Royal Heath #B5477D

Color information

#B5477D (or 0xB5477D) is unknown color: approx Royal Heath. HEX triplet: B5, 47 and 7D. RGB value is (181,71,125). Sum of RGB (Red+Green+Blue) = 181+71+125=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5477D is #4AB882. Grayscale: #6D6D6D. Windows color (decimal): -4896899 or 8210357. OLE color: 8210357.

HSL color Cylindrical-coordinate representation of color #B5477D: hue angle of 330.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5477D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18171125-
CMYK00.610.310.29
HSL330.55º43.65%49.41%-
HSV(B)330.55º60.77%70.98%-
XYZ25.0115.8121.14-
YUV110.05136.44178.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 125 (49.22% from 255) = 33.16%
R=48.01%
G=18.83%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817112500.610.310.29330.5543.6549.41
HexB5477D03D1F1D14b2c31
Octal26510717507537355135461
Binary101101011000111111110101111011111111101101001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5477D; }

 p { color: rgb(181,71,125); }

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

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

 a { background-color: rgb(181,71,125); }

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

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

 span { border-color: rgb(181,71,125); }

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