#B24082

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

Shades of Medium Red Violet #B24082

Tints of Medium Red Violet #B24082

Color information

#B24082 (or 0xB24082) is unknown color: approx Medium Red Violet. HEX triplet: B2, 40 and 82. RGB value is (178,64,130). Sum of RGB (Red+Green+Blue) = 178+64+130=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B24082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24082 is #4DBF7D. Grayscale: #696969. Windows color (decimal): -5095294 or 8536242. OLE color: 8536242.

HSL color Cylindrical-coordinate representation of color #B24082: hue angle of 325.26º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24082 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17864130-
CMYK00.640.270.30
HSL325.26º47.11%47.45%-
HSV(B)325.26º64.04%69.8%-
XYZ24.2214.7422.69-
YUV105.61141.77179.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 64 (25.39% from 255) = 17.20%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=47.85%
G=17.20%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786413000.640.270.30325.2647.1147.45
HexB240820401B1E1452f2f
Octal262100202010033365055757
Binary10110010100000010000010010000001101111110101000101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24082; }

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

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

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

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

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

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

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

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