#BD447C

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

Shades of Royal Heath #BD447C

Tints of Royal Heath #BD447C

Color information

#BD447C (or 0xBD447C) is unknown color: approx Royal Heath. HEX triplet: BD, 44 and 7C. RGB value is (189,68,124). Sum of RGB (Red+Green+Blue) = 189+68+124=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD447C is #42BB83. Grayscale: #6E6E6E. Windows color (decimal): -4373380 or 8144061. OLE color: 8144061.

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

Color convert

RGB18968124-
CMYK00.640.340.26
HSL332.23º47.83%50.39%-
HSV(B)332.23º64.02%74.12%-
XYZ26.6916.4120.83-
YUV110.56135.59183.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.61%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=49.61%
G=17.85%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896812400.640.340.26332.2347.8350.39
HexBD447C040221A14c3032
Octal275104174010042325146062
Binary10111101100010011111000100000010001011010101001100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD447C; }

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

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

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

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

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

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

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

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