#B24184

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

Shades of Medium Red Violet #B24184

Tints of Medium Red Violet #B24184

Color information

#B24184 (or 0xB24184) is unknown color: approx Medium Red Violet. HEX triplet: B2, 41 and 84. RGB value is (178,65,132). Sum of RGB (Red+Green+Blue) = 178+65+132=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24184 is #4DBE7B. Grayscale: #6A6A6A. Windows color (decimal): -5095036 or 8667570. OLE color: 8667570.

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

Color convert

RGB17865132-
CMYK00.630.260.30
HSL324.42º46.5%47.65%-
HSV(B)324.42º63.48%69.8%-
XYZ24.4214.9123.42-
YUV106.43142.44179.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 65 (25.78% from 255) = 17.33%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=47.47%
G=17.33%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786513200.630.260.30324.4246.547.65
HexB2418403F1A1E1442f30
Octal26210120407732365045760
Binary1011001010000011000010001111111101011110101000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24184; }

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

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

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

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

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

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

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

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