#B82186

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

Shades of Medium Red Violet #B82186

Tints of Medium Red Violet #B82186

Color information

#B82186 (or 0xB82186) is unknown color: approx Medium Red Violet. HEX triplet: B8, 21 and 86. RGB value is (184,33,134). Sum of RGB (Red+Green+Blue) = 184+33+134=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B82186 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82186 is #47DE79. Grayscale: #595959. Windows color (decimal): -4710010 or 8790456. OLE color: 8790456.

HSL color Cylindrical-coordinate representation of color #B82186: hue angle of 319.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82186 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18433134-
CMYK00.820.270.28
HSL319.87º69.59%42.55%-
HSV(B)319.87º82.07%72.16%-
XYZ24.611323.77-
YUV89.66153.03195.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.42%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=52.42%
G=9.40%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843313400.820.270.28319.8769.5942.55
HexB821860521B1C140462b
Octal270412060122333450010653
Binary10111000100001100001100101001011011111001010000001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82186; }

 p { color: rgb(184,33,134); }

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

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

 a { background-color: rgb(184,33,134); }

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

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

 span { border-color: rgb(184,33,134); }

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