#BD497F

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

Shades of Royal Heath #BD497F

Tints of Royal Heath #BD497F

Color information

#BD497F (or 0xBD497F) is unknown color: approx Royal Heath. HEX triplet: BD, 49 and 7F. RGB value is (189,73,127). Sum of RGB (Red+Green+Blue) = 189+73+127=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD497F is #42B680. Grayscale: #717171. Windows color (decimal): -4372097 or 8341949. OLE color: 8341949.

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

Color convert

RGB18973127-
CMYK00.610.330.26
HSL332.07º46.77%51.37%-
HSV(B)332.07º61.38%74.12%-
XYZ27.217.1221.95-
YUV113.84135.43181.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.59%
GREEN value IS 73 (28.91% from 255) = 18.77%
BLUE value IS 127 (50% from 255) = 32.65%
R=48.59%
G=18.77%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897312700.610.330.26332.0746.7751.37
HexBD497F03D211A14c2f33
Octal27511117707541325145763
Binary1011110110010011111111011110110000111010101001100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD497F; }

 p { color: rgb(189,73,127); }

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

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

 a { background-color: rgb(189,73,127); }

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

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

 span { border-color: rgb(189,73,127); }

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