#B24B7D

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

Shades of Royal Heath #B24B7D

Tints of Royal Heath #B24B7D

Color information

#B24B7D (or 0xB24B7D) is unknown color: approx Royal Heath. HEX triplet: B2, 4B and 7D. RGB value is (178,75,125). Sum of RGB (Red+Green+Blue) = 178+75+125=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B7D is #4DB482. Grayscale: #6F6F6F. Windows color (decimal): -5092483 or 8211378. OLE color: 8211378.

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

Color convert

RGB17875125-
CMYK00.580.300.30
HSL330.87º40.71%49.61%-
HSV(B)330.87º57.87%69.8%-
XYZ24.5815.9821.19-
YUV111.5135.62175.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 75 (29.69% from 255) = 19.84%
BLUE value IS 125 (49.22% from 255) = 33.07%
R=47.09%
G=19.84%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1787512500.580.300.30330.8740.7149.61
HexB24B7D03A1E1E14b2932
Octal26211317507236365135162
Binary101100101001011111110101110101111011110101001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24B7D; }

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

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

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

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

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

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

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

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