#B24778

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

Shades of Royal Heath #B24778

Tints of Royal Heath #B24778

Color information

#B24778 (or 0xB24778) is unknown color: approx Royal Heath. HEX triplet: B2, 47 and 78. RGB value is (178,71,120). Sum of RGB (Red+Green+Blue) = 178+71+120=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B24778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24778 is #4DB887. Grayscale: #6C6C6C. Windows color (decimal): -5093512 or 7882674. OLE color: 7882674.

HSL color Cylindrical-coordinate representation of color #B24778: hue angle of 332.52º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24778 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB17871120-
CMYK00.600.330.30
HSL332.52º42.97%48.82%-
HSV(B)332.52º60.11%69.8%-
XYZ2415.3319.46-
YUV108.58134.45177.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=48.24%
G=19.24%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787112000.600.330.30332.5242.9748.82
HexB2477803C211E14d2b31
Octal26210717007441365155361
Binary1011001010001111111000011110010000111110101001101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24778; }

 p { color: rgb(178,71,120); }

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

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

 a { background-color: rgb(178,71,120); }

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

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

 span { border-color: rgb(178,71,120); }

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