#B24382

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

Shades of Medium Red Violet #B24382

Tints of Medium Red Violet #B24382

Color information

#B24382 (or 0xB24382) is unknown color: approx Medium Red Violet. HEX triplet: B2, 43 and 82. RGB value is (178,67,130). Sum of RGB (Red+Green+Blue) = 178+67+130=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24382 is #4DBC7D. Grayscale: #6B6B6B. Windows color (decimal): -5094526 or 8537010. OLE color: 8537010.

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

Color convert

RGB17867130-
CMYK00.620.270.30
HSL325.95º45.31%48.04%-
HSV(B)325.95º62.36%69.8%-
XYZ24.415.0922.75-
YUV107.37140.77178.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 67 (26.56% from 255) = 17.87%
BLUE value IS 130 (51.17% from 255) = 34.67%
R=47.47%
G=17.87%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786713000.620.270.30325.9545.3148.04
HexB2438203E1B1E1462d30
Octal26210320207633365065560
Binary1011001010000111000001001111101101111110101000110101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24382; }

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

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

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

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

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

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

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

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