#B2447D

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

Shades of Royal Heath #B2447D

Tints of Royal Heath #B2447D

Color information

#B2447D (or 0xB2447D) is unknown color: approx Royal Heath. HEX triplet: B2, 44 and 7D. RGB value is (178,68,125). Sum of RGB (Red+Green+Blue) = 178+68+125=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2447D is #4DBB82. Grayscale: #6B6B6B. Windows color (decimal): -5094275 or 8209586. OLE color: 8209586.

HSL color Cylindrical-coordinate representation of color #B2447D: hue angle of 328.91º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2447D is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17868125-
CMYK00.620.300.30
HSL328.91º44.72%48.24%-
HSV(B)328.91º61.8%69.8%-
XYZ24.1315.0821.04-
YUV107.39137.94178.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 125 (49.22% from 255) = 33.69%
R=47.98%
G=18.33%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786812500.620.300.30328.9144.7248.24
HexB2447D03E1E1E1492d30
Octal26210417507636365115560
Binary101100101000100111110101111101111011110101001001101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2447D; }

 p { color: rgb(178,68,125); }

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

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

 a { background-color: rgb(178,68,125); }

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

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

 span { border-color: rgb(178,68,125); }

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