#BD557D

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

Shades of Royal Heath #BD557D

Tints of Royal Heath #BD557D

Color information

#BD557D (or 0xBD557D) is unknown color: approx Royal Heath. HEX triplet: BD, 55 and 7D. RGB value is (189,85,125). Sum of RGB (Red+Green+Blue) = 189+85+125=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557D is #42AA82. Grayscale: #787878. Windows color (decimal): -4369027 or 8213949. OLE color: 8213949.

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

Color convert

RGB18985125-
CMYK00.550.340.26
HSL336.92º44.07%53.73%-
HSV(B)336.92º55.03%74.12%-
XYZ27.9418.821.56-
YUV120.66130.46176.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 125 (49.22% from 255) = 31.33%
R=47.37%
G=21.30%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898512500.550.340.26336.9244.0753.73
HexBD557D037221A1512c36
Octal27512517506742325215466
Binary1011110110101011111101011011110001011010101010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD557D; }

 p { color: rgb(189,85,125); }

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

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

 a { background-color: rgb(189,85,125); }

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

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

 span { border-color: rgb(189,85,125); }

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