#BD517B

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

Shades of Royal Heath #BD517B

Tints of Royal Heath #BD517B

Color information

#BD517B (or 0xBD517B) is unknown color: approx Royal Heath. HEX triplet: BD, 51 and 7B. RGB value is (189,81,123). Sum of RGB (Red+Green+Blue) = 189+81+123=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD517B is #42AE84. Grayscale: #767676. Windows color (decimal): -4370053 or 8081853. OLE color: 8081853.

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

Color convert

RGB18981123-
CMYK00.570.350.26
HSL336.67º45%52.94%-
HSV(B)336.67º57.14%74.12%-
XYZ27.518.1320.79-
YUV118.08130.78178.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.09%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 123 (48.44% from 255) = 31.30%
R=48.09%
G=20.61%
B=31.30%

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
Decimal1898112300.570.350.26336.674552.94
HexBD517B039231A1512d35
Octal27512117307143325215565
Binary1011110110100011111011011100110001111010101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD517B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD517B; }

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

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

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

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

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

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

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

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