#B24782

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

Shades of Royal Heath #B24782

Tints of Royal Heath #B24782

Color information

#B24782 (or 0xB24782) is unknown color: approx Royal Heath. HEX triplet: B2, 47 and 82. RGB value is (178,71,130). Sum of RGB (Red+Green+Blue) = 178+71+130=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B24782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24782 is #4DB87D. Grayscale: #6D6D6D. Windows color (decimal): -5093502 or 8538034. OLE color: 8538034.

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

Color convert

RGB17871130-
CMYK00.600.270.30
HSL326.92º42.97%48.82%-
HSV(B)326.92º60.11%69.8%-
XYZ24.6415.5822.83-
YUV109.72139.45176.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.97%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 130 (51.17% from 255) = 34.30%
R=46.97%
G=18.73%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787113000.600.270.30326.9242.9748.82
HexB2478203C1B1E1472b31
Octal26210720207433365075361
Binary1011001010001111000001001111001101111110101000111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24782; }

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

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

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

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

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

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

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

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