#B24981

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

Shades of Royal Heath #B24981

Tints of Royal Heath #B24981

Color information

#B24981 (or 0xB24981) is unknown color: approx Royal Heath. HEX triplet: B2, 49 and 81. RGB value is (178,73,129). Sum of RGB (Red+Green+Blue) = 178+73+129=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B24981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24981 is #4DB67E. Grayscale: #6E6E6E. Windows color (decimal): -5092991 or 8473010. OLE color: 8473010.

HSL color Cylindrical-coordinate representation of color #B24981: hue angle of 328º 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 #B24981 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17873129-
CMYK00.590.280.30
HSL328º41.83%49.22%-
HSV(B)328º58.99%69.8%-
XYZ24.7115.8222.52-
YUV110.78138.29175.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.84%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 129 (50.78% from 255) = 33.95%
R=46.84%
G=19.21%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787312900.590.280.3032841.8349.22
HexB2498103B1C1E1482a31
Octal26211120107334365105261
Binary1011001010010011000000101110111110011110101001000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24981; }

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

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

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

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

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

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

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

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