#BD527E

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

Shades of Royal Heath #BD527E

Tints of Royal Heath #BD527E

Color information

#BD527E (or 0xBD527E) is unknown color: approx Royal Heath. HEX triplet: BD, 52 and 7E. RGB value is (189,82,126). Sum of RGB (Red+Green+Blue) = 189+82+126=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527E is #42AD81. Grayscale: #767676. Windows color (decimal): -4369794 or 8278717. OLE color: 8278717.

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

Color convert

RGB18982126-
CMYK00.570.330.26
HSL335.33º44.77%53.14%-
HSV(B)335.33º56.61%74.12%-
XYZ27.7718.3621.82-
YUV119.01131.95177.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=47.61%
G=20.65%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898212600.570.330.26335.3344.7753.14
HexBD527E039211A14f2d35
Octal27512217607141325175565
Binary1011110110100101111110011100110000111010101001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD527E; }

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

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

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

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

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

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

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

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