#B11695

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

Shades of Medium Violet Red #B11695

Tints of Medium Violet Red #B11695

Color information

#B11695 (or 0xB11695) is unknown color: approx Medium Violet Red. HEX triplet: B1, 16 and 95. RGB value is (177,22,149). Sum of RGB (Red+Green+Blue) = 177+22+149=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11695 is #4EE96A. Grayscale: #525252. Windows color (decimal): -5171563 or 9770673. OLE color: 9770673.

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

Color convert

RGB17722149-
CMYK00.880.160.31
HSL310.84º77.89%39.02%-
HSV(B)310.84º87.57%69.41%-
XYZ23.8412.0929.51-
YUV82.82165.35195.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=50.86%
G=6.32%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772214900.880.160.31310.8477.8939.02
HexB11695058101F1374e27
Octal261262250130203746711647
Binary1011000110110100101010101100010000111111001101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11695; }

 p { color: rgb(177,22,149); }

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

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

 a { background-color: rgb(177,22,149); }

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

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

 span { border-color: rgb(177,22,149); }

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