#BD557B

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

Shades of Royal Heath #BD557B

Tints of Royal Heath #BD557B

Color information

#BD557B (or 0xBD557B) is unknown color: approx Royal Heath. HEX triplet: BD, 55 and 7B. RGB value is (189,85,123). Sum of RGB (Red+Green+Blue) = 189+85+123=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD557B is #42AA84. Grayscale: #787878. Windows color (decimal): -4369029 or 8082877. OLE color: 8082877.

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

Color convert

RGB18985123-
CMYK00.550.350.26
HSL338.08º44.07%53.73%-
HSV(B)338.08º55.03%74.12%-
XYZ27.8118.7520.89-
YUV120.43129.46176.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 123 (48.44% from 255) = 30.98%
R=47.61%
G=21.41%
B=30.98%

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
Decimal1898512300.550.350.26338.0844.0753.73
HexBD557B037231A1522c36
Octal27512517306743325225466
Binary1011110110101011111011011011110001111010101010010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD557B; }

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

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

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

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

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

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

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

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