#B24298

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

Shades of Medium Red Violet #B24298

Tints of Medium Red Violet #B24298

Color information

#B24298 (or 0xB24298) is unknown color: approx Medium Red Violet. HEX triplet: B2, 42 and 98. RGB value is (178,66,152). Sum of RGB (Red+Green+Blue) = 178+66+152=396 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.95% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 178 - color contains mainly: red. Hex color #B24298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24298 is #4DBD67. Grayscale: #6D6D6D. Windows color (decimal): -5094760 or 9978546. OLE color: 9978546.

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

Color convert

RGB17866152-
CMYK00.630.150.30
HSL313.93º45.9%47.84%-
HSV(B)313.93º62.92%69.8%-
XYZ25.9815.6331.35-
YUV109.29152.11177.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.95%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=44.95%
G=16.67%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786615200.630.150.30313.9345.947.84
HexB2429803FF1E13a2e30
Octal26210223007717364725660
Binary101100101000010100110000111111111111110100111010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24298; }

 p { color: rgb(178,66,152); }

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

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

 a { background-color: rgb(178,66,152); }

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

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

 span { border-color: rgb(178,66,152); }

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