#B24978

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

Shades of Royal Heath #B24978

Tints of Royal Heath #B24978

Color information

#B24978 (or 0xB24978) is unknown color: approx Royal Heath. HEX triplet: B2, 49 and 78. RGB value is (178,73,120). Sum of RGB (Red+Green+Blue) = 178+73+120=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B24978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24978 is #4DB687. Grayscale: #6D6D6D. Windows color (decimal): -5093000 or 7883186. OLE color: 7883186.

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

Color convert

RGB17873120-
CMYK00.590.330.30
HSL333.14º41.83%49.22%-
HSV(B)333.14º58.99%69.8%-
XYZ24.1315.5919.51-
YUV109.75133.79176.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=47.98%
G=19.68%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787312000.590.330.30333.1441.8349.22
HexB2497803B211E14d2a31
Octal26211117007341365155261
Binary1011001010010011111000011101110000111110101001101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24978; }

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

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

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

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

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

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

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

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