#B216A0

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

Shades of Medium Violet Red #B216A0

Tints of Medium Violet Red #B216A0

Color information

#B216A0 (or 0xB216A0) is unknown color: approx Medium Violet Red. HEX triplet: B2, 16 and A0. RGB value is (178,22,160). Sum of RGB (Red+Green+Blue) = 178+22+160=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B216A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B216A0 is #4DE95F. Grayscale: #535353. Windows color (decimal): -5106016 or 10491570. OLE color: 10491570.

HSL color Cylindrical-coordinate representation of color #B216A0: hue angle of 306.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B216A0 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17822160-
CMYK00.880.100.30
HSL306.92º78%39.22%-
HSV(B)306.92º87.64%69.8%-
XYZ24.9912.5834.37-
YUV84.38170.68194.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 22 (8.98% from 255) = 6.11%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=49.44%
G=6.11%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782216000.880.100.30306.927839.22
HexB216A0058A1E1334e27
Octal262262400130123646311647
Binary101100101011010100000010110001010111101001100111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B216A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B216A0; }

 p { color: rgb(178,22,160); }

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

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

 a { background-color: rgb(178,22,160); }

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

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

 span { border-color: rgb(178,22,160); }

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