#BD527D

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

Shades of Royal Heath #BD527D

Tints of Royal Heath #BD527D

Color information

#BD527D (or 0xBD527D) is unknown color: approx Royal Heath. HEX triplet: BD, 52 and 7D. RGB value is (189,82,125). Sum of RGB (Red+Green+Blue) = 189+82+125=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527D is #42AD82. Grayscale: #767676. Windows color (decimal): -4369795 or 8213181. OLE color: 8213181.

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

Color convert

RGB18982125-
CMYK00.570.340.26
HSL335.89º44.77%53.14%-
HSV(B)335.89º56.61%74.12%-
XYZ27.7118.3321.48-
YUV118.9131.45178-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 82 (32.42% from 255) = 20.71%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=47.73%
G=20.71%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898212500.570.340.26335.8944.7753.14
HexBD527D039221A1502d35
Octal27512217507142325205565
Binary1011110110100101111101011100110001011010101010000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD527D; }

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

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

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

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

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

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

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

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