#BD527A

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

Shades of Royal Heath #BD527A

Tints of Royal Heath #BD527A

Color information

#BD527A (or 0xBD527A) is unknown color: approx Royal Heath. HEX triplet: BD, 52 and 7A. RGB value is (189,82,122). Sum of RGB (Red+Green+Blue) = 189+82+122=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD527A is #42AD85. Grayscale: #767676. Windows color (decimal): -4369798 or 8016573. OLE color: 8016573.

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

Color convert

RGB18982122-
CMYK00.570.350.26
HSL337.57º44.77%53.14%-
HSV(B)337.57º56.61%74.12%-
XYZ27.5218.2620.49-
YUV118.55129.95178.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=48.09%
G=20.87%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898212200.570.350.26337.5744.7753.14
HexBD527A039231A1522d35
Octal27512217207143325225565
Binary1011110110100101111010011100110001111010101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD527A; }

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

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

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

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

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

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

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

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