#B71699

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

Shades of Medium Violet Red #B71699

Tints of Medium Violet Red #B71699

Color information

#B71699 (or 0xB71699) is unknown color: approx Medium Violet Red. HEX triplet: B7, 16 and 99. RGB value is (183,22,153). Sum of RGB (Red+Green+Blue) = 183+22+153=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B71699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B71699 is #48E966. Grayscale: #545454. Windows color (decimal): -4778343 or 10032823. OLE color: 10032823.

HSL color Cylindrical-coordinate representation of color #B71699: hue angle of 311.18º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71699 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18322153-
CMYK00.880.160.28
HSL311.18º78.54%40.2%-
HSV(B)311.18º87.98%71.76%-
XYZ25.5712.9431.29-
YUV85.07166.34197.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 22 (8.98% from 255) = 6.15%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=51.12%
G=6.15%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832215300.880.160.28311.1878.5440.2
HexB71699058101C1374f28
Octal267262310130203446711750
Binary1011011110110100110010101100010000111001001101111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71699; }

 p { color: rgb(183,22,153); }

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

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

 a { background-color: rgb(183,22,153); }

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

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

 span { border-color: rgb(183,22,153); }

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