#B616A3

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

Shades of Medium Violet Red #B616A3

Tints of Medium Violet Red #B616A3

Color information

#B616A3 (or 0xB616A3) is unknown color: approx Medium Violet Red. HEX triplet: B6, 16 and A3. RGB value is (182,22,163). Sum of RGB (Red+Green+Blue) = 182+22+163=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B616A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B616A3 is #49E95C. Grayscale: #555555. Windows color (decimal): -4843869 or 10688182. OLE color: 10688182.

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

Color convert

RGB18222163-
CMYK00.880.100.29
HSL307.12º78.43%40%-
HSV(B)307.12º87.91%71.37%-
XYZ26.1913.1635.81-
YUV85.91171.51196.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=49.59%
G=5.99%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822216300.880.100.29307.1278.4340
HexB616A3058A1D1334e28
Octal266262430130123546311650
Binary101101101011010100011010110001010111011001100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616A3; }

 p { color: rgb(182,22,163); }

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

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

 a { background-color: rgb(182,22,163); }

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

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

 span { border-color: rgb(182,22,163); }

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