#BD417D

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

Shades of Royal Heath #BD417D

Tints of Royal Heath #BD417D

Color information

#BD417D (or 0xBD417D) is unknown color: approx Royal Heath. HEX triplet: BD, 41 and 7D. RGB value is (189,65,125). Sum of RGB (Red+Green+Blue) = 189+65+125=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD417D is #42BE82. Grayscale: #6C6C6C. Windows color (decimal): -4374147 or 8208829. OLE color: 8208829.

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

Color convert

RGB18965125-
CMYK00.660.340.26
HSL330.97º48.82%49.8%-
HSV(B)330.97º65.61%74.12%-
XYZ26.5816.0821.1-
YUV108.92137.08185.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.87%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=49.87%
G=17.15%
B=32.98%

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
Decimal1896512500.660.340.26330.9748.8249.8
HexBD417D042221A14b3132
Octal275101175010242325136162
Binary10111101100000111111010100001010001011010101001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD417D; }

 p { color: rgb(189,65,125); }

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

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

 a { background-color: rgb(189,65,125); }

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

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

 span { border-color: rgb(189,65,125); }

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