#BD557F

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

Shades of Royal Heath #BD557F

Tints of Royal Heath #BD557F

Color information

#BD557F (or 0xBD557F) is unknown color: approx Royal Heath. HEX triplet: BD, 55 and 7F. RGB value is (189,85,127). Sum of RGB (Red+Green+Blue) = 189+85+127=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557F is #42AA80. Grayscale: #787878. Windows color (decimal): -4369025 or 8345021. OLE color: 8345021.

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

Color convert

RGB18985127-
CMYK00.550.330.26
HSL335.77º44.07%53.73%-
HSV(B)335.77º55.03%74.12%-
XYZ28.0718.8522.24-
YUV120.88131.46176.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.13%
GREEN value IS 85 (33.59% from 255) = 21.20%
BLUE value IS 127 (50% from 255) = 31.67%
R=47.13%
G=21.20%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898512700.550.330.26335.7744.0753.73
HexBD557F037211A1502c36
Octal27512517706741325205466
Binary1011110110101011111111011011110000111010101010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD557F; }

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

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

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

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

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

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

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

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