#BD457E

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

Shades of Royal Heath #BD457E

Tints of Royal Heath #BD457E

Color information

#BD457E (or 0xBD457E) is unknown color: approx Royal Heath. HEX triplet: BD, 45 and 7E. RGB value is (189,69,126). Sum of RGB (Red+Green+Blue) = 189+69+126=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457E is #42BA81. Grayscale: #6F6F6F. Windows color (decimal): -4373122 or 8275389. OLE color: 8275389.

HSL color Cylindrical-coordinate representation of color #BD457E: hue angle of 331.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD457E is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18969126-
CMYK00.630.330.26
HSL331.5º47.62%50.59%-
HSV(B)331.5º63.49%74.12%-
XYZ26.8816.5821.52-
YUV111.38136.26183.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=49.22%
G=17.97%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896912600.630.330.26331.547.6250.59
HexBD457E03F211A14c3033
Octal27510517607741325146063
Binary1011110110001011111110011111110000111010101001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD457E; }

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

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

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

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

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

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

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

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