#B6199B

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

Shades of Medium Violet Red #B6199B

Tints of Medium Violet Red #B6199B

Color information

#B6199B (or 0xB6199B) is unknown color: approx Medium Violet Red. HEX triplet: B6, 19 and 9B. RGB value is (182,25,155). Sum of RGB (Red+Green+Blue) = 182+25+155=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6199B is #49E664. Grayscale: #565656. Windows color (decimal): -4843109 or 10164662. OLE color: 10164662.

HSL color Cylindrical-coordinate representation of color #B6199B: hue angle of 310.32º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B6199B is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18225155-
CMYK00.860.150.29
HSL310.32º75.85%40.59%-
HSV(B)310.32º86.26%71.37%-
XYZ25.5613.0132.17-
YUV86.76166.51195.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 25 (10.16% from 255) = 6.91%
BLUE value IS 155 (60.94% from 255) = 42.82%
R=50.28%
G=6.91%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822515500.860.150.29310.3275.8540.59
HexB6199B056F1D1364c29
Octal266312330126173546611451
Binary101101101100110011011010101101111111011001101101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6199B; }

 p { color: rgb(182,25,155); }

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

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

 a { background-color: rgb(182,25,155); }

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

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

 span { border-color: rgb(182,25,155); }

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