#BD5478

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

Shades of Royal Heath #BD5478

Tints of Royal Heath #BD5478

Color information

#BD5478 (or 0xBD5478) is unknown color: approx Royal Heath. HEX triplet: BD, 54 and 78. RGB value is (189,84,120). Sum of RGB (Red+Green+Blue) = 189+84+120=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5478 is #42AB87. Grayscale: #777777. Windows color (decimal): -4369288 or 7886013. OLE color: 7886013.

HSL color Cylindrical-coordinate representation of color #BD5478: hue angle of 339.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5478 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB18984120-
CMYK00.560.370.26
HSL339.43º44.3%53.53%-
HSV(B)339.43º55.56%74.12%-
XYZ27.5518.5219.89-
YUV119.5128.29177.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 120 (47.27% from 255) = 30.53%
R=48.09%
G=21.37%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898412000.560.370.26339.4344.353.53
HexBD5478038251A1532c36
Octal27512417007045325235466
Binary1011110110101001111000011100010010111010101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5478; }

 p { color: rgb(189,84,120); }

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

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

 a { background-color: rgb(189,84,120); }

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

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

 span { border-color: rgb(189,84,120); }

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