#B24D7B

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

Shades of Royal Heath #B24D7B

Tints of Royal Heath #B24D7B

Color information

#B24D7B (or 0xB24D7B) is unknown color: approx Royal Heath. HEX triplet: B2, 4D and 7B. RGB value is (178,77,123). Sum of RGB (Red+Green+Blue) = 178+77+123=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7B is #4DB284. Grayscale: #707070. Windows color (decimal): -5091973 or 8080818. OLE color: 8080818.

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

Color convert

RGB17877123-
CMYK00.570.310.30
HSL332.67º39.61%50%-
HSV(B)332.67º56.74%69.8%-
XYZ24.5916.220.57-
YUV112.44133.96174.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 77 (30.47% from 255) = 20.37%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=47.09%
G=20.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787712300.570.310.30332.6739.6150
HexB24D7B0391F1E14d2832
Octal26211517307137365155062
Binary101100101001101111101101110011111111110101001101101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24D7B; }

 p { color: rgb(178,77,123); }

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

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

 a { background-color: rgb(178,77,123); }

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

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

 span { border-color: rgb(178,77,123); }

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