#B11CA6

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

Shades of Medium Violet Red #B11CA6

Tints of Medium Violet Red #B11CA6

Color information

#B11CA6 (or 0xB11CA6) is unknown color: approx Medium Violet Red. HEX triplet: B1, 1C and A6. RGB value is (177,28,166). Sum of RGB (Red+Green+Blue) = 177+28+166=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B11CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11CA6 is #4EE359. Grayscale: #575757. Windows color (decimal): -5170010 or 10886321. OLE color: 10886321.

HSL color Cylindrical-coordinate representation of color #B11CA6: hue angle of 304.43º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11CA6 is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17728166-
CMYK00.840.060.31
HSL304.43º72.68%40.2%-
HSV(B)304.43º84.18%69.41%-
XYZ25.4312.9337.23-
YUV88.28171.86191.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 166 (65.23% from 255) = 44.74%
R=47.71%
G=7.55%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772816600.840.060.31304.4372.6840.2
HexB11CA605461F1304928
Octal26134246012463746011150
Binary10110001111001010011001010100110111111001100001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11CA6; }

 p { color: rgb(177,28,166); }

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

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

 a { background-color: rgb(177,28,166); }

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

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

 span { border-color: rgb(177,28,166); }

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