#B24B78

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

Shades of Royal Heath #B24B78

Tints of Royal Heath #B24B78

Color information

#B24B78 (or 0xB24B78) is unknown color: approx Royal Heath. HEX triplet: B2, 4B and 78. RGB value is (178,75,120). Sum of RGB (Red+Green+Blue) = 178+75+120=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B78 is #4DB487. Grayscale: #6E6E6E. Windows color (decimal): -5092488 or 7883698. OLE color: 7883698.

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

Color convert

RGB17875120-
CMYK00.580.330.30
HSL333.79º40.71%49.61%-
HSV(B)333.79º57.87%69.8%-
XYZ24.2715.8519.55-
YUV110.93133.12175.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=47.72%
G=20.11%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787512000.580.330.30333.7940.7149.61
HexB24B7803A211E14e2932
Octal26211317007241365165162
Binary1011001010010111111000011101010000111110101001110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B78; }

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

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

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

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

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

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

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

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