#B24396

Color #B24396 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B24396

Tints of Medium Red Violet #B24396

Color information

#B24396 (or 0xB24396) is unknown color: approx Medium Red Violet. HEX triplet: B2, 43 and 96. RGB value is (178,67,150). Sum of RGB (Red+Green+Blue) = 178+67+150=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B24396 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24396 is #4DBC69. Grayscale: #6D6D6D. Windows color (decimal): -5094506 or 9847730. OLE color: 9847730.

HSL color Cylindrical-coordinate representation of color #B24396: hue angle of 315.14º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24396 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB17867150-
CMYK00.620.160.30
HSL315.14º45.31%48.04%-
HSV(B)315.14º62.36%69.8%-
XYZ25.8715.6830.52-
YUV109.65150.77176.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=45.06%
G=16.96%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786715000.620.160.30315.1445.3148.04
HexB2439603E101E13b2d30
Octal26210322607620364735560
Binary1011001010000111001011001111101000011110100111011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24396; }

 p { color: rgb(178,67,150); }

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

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

 a { background-color: rgb(178,67,150); }

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

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

 span { border-color: rgb(178,67,150); }

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