#B24285

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

Shades of Medium Red Violet #B24285

Tints of Medium Red Violet #B24285

Color information

#B24285 (or 0xB24285) is unknown color: approx Medium Red Violet. HEX triplet: B2, 42 and 85. RGB value is (178,66,133). Sum of RGB (Red+Green+Blue) = 178+66+133=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B24285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24285 is #4DBD7A. Grayscale: #6A6A6A. Windows color (decimal): -5094779 or 8733362. OLE color: 8733362.

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

Color convert

RGB17866133-
CMYK00.630.250.30
HSL324.11º45.9%47.84%-
HSV(B)324.11º62.92%69.8%-
XYZ24.5415.0523.8-
YUV107.13142.61178.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=47.21%
G=17.51%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786613300.630.250.30324.1145.947.84
HexB2428503F191E1442e30
Octal26210220507731365045660
Binary1011001010000101000010101111111100111110101000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24285; }

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

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

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

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

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

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

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

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