#B24185

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

Shades of Medium Red Violet #B24185

Tints of Medium Red Violet #B24185

Color information

#B24185 (or 0xB24185) is unknown color: approx Medium Red Violet. HEX triplet: B2, 41 and 85. RGB value is (178,65,133). Sum of RGB (Red+Green+Blue) = 178+65+133=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B24185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24185 is #4DBE7A. Grayscale: #6A6A6A. Windows color (decimal): -5095035 or 8733106. OLE color: 8733106.

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

Color convert

RGB17865133-
CMYK00.630.250.30
HSL323.89º46.5%47.65%-
HSV(B)323.89º63.48%69.8%-
XYZ24.4814.9423.78-
YUV106.54142.94178.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=47.34%
G=17.29%
B=35.37%

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
Decimal1786513300.630.250.30323.8946.547.65
HexB2418503F191E1442f30
Octal26210120507731365045760
Binary1011001010000011000010101111111100111110101000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24185; }

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

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

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

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

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

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

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

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