#BD407C

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

Shades of Royal Heath #BD407C

Tints of Royal Heath #BD407C

Color information

#BD407C (or 0xBD407C) is unknown color: approx Royal Heath. HEX triplet: BD, 40 and 7C. RGB value is (189,64,124). Sum of RGB (Red+Green+Blue) = 189+64+124=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD407C is #42BF83. Grayscale: #6C6C6C. Windows color (decimal): -4374404 or 8143037. OLE color: 8143037.

HSL color Cylindrical-coordinate representation of color #BD407C: hue angle of 331.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD407C is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB18964124-
CMYK00.660.340.26
HSL331.2º49.41%49.61%-
HSV(B)331.2º66.14%74.12%-
XYZ26.4615.9420.75-
YUV108.21136.91185.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.13%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=50.13%
G=16.98%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896412400.660.340.26331.249.4149.61
HexBD407C042221A14b3132
Octal275100174010242325136162
Binary10111101100000011111000100001010001011010101001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD407C; }

 p { color: rgb(189,64,124); }

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

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

 a { background-color: rgb(189,64,124); }

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

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

 span { border-color: rgb(189,64,124); }

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