#BD557A

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

Shades of Royal Heath #BD557A

Tints of Royal Heath #BD557A

Color information

#BD557A (or 0xBD557A) is unknown color: approx Royal Heath. HEX triplet: BD, 55 and 7A. RGB value is (189,85,122). Sum of RGB (Red+Green+Blue) = 189+85+122=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557A is #42AA85. Grayscale: #787878. Windows color (decimal): -4369030 or 8017341. OLE color: 8017341.

HSL color Cylindrical-coordinate representation of color #BD557A: hue angle of 338.65º 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 #BD557A is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB18985122-
CMYK00.550.350.26
HSL338.65º44.07%53.73%-
HSV(B)338.65º55.03%74.12%-
XYZ27.7518.7220.56-
YUV120.31128.96176.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 85 (33.59% from 255) = 21.46%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=47.73%
G=21.46%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898512200.550.350.26338.6544.0753.73
HexBD557A037231A1532c36
Octal27512517206743325235466
Binary1011110110101011111010011011110001111010101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD557A; }

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

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

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

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

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

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

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

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