#B2199A

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

Shades of Medium Violet Red #B2199A

Tints of Medium Violet Red #B2199A

Color information

#B2199A (or 0xB2199A) is unknown color: approx Medium Violet Red. HEX triplet: B2, 19 and 9A. RGB value is (178,25,154). Sum of RGB (Red+Green+Blue) = 178+25+154=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B2199A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2199A is #4DE665. Grayscale: #555555. Windows color (decimal): -5105254 or 10099122. OLE color: 10099122.

HSL color Cylindrical-coordinate representation of color #B2199A: hue angle of 309.41º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B2199A is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB17825154-
CMYK00.860.130.30
HSL309.41º75.37%39.8%-
HSV(B)309.41º85.96%69.8%-
XYZ24.5412.4931.69-
YUV85.45166.69194.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 154 (60.55% from 255) = 43.14%
R=49.86%
G=7.00%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782515400.860.130.30309.4175.3739.8
HexB2199A056D1E1354b28
Octal262312320126153646511350
Binary101100101100110011010010101101101111101001101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2199A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2199A; }

 p { color: rgb(178,25,154); }

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

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

 a { background-color: rgb(178,25,154); }

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

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

 span { border-color: rgb(178,25,154); }

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