#B911A0

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

Shades of Medium Violet Red #B911A0

Tints of Medium Violet Red #B911A0

Color information

#B911A0 (or 0xB911A0) is unknown color: approx Medium Violet Red. HEX triplet: B9, 11 and A0. RGB value is (185,17,160). Sum of RGB (Red+Green+Blue) = 185+17+160=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B911A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B911A0 is #46EE5F. Grayscale: #535353. Windows color (decimal): -4648544 or 10490297. OLE color: 10490297.

HSL color Cylindrical-coordinate representation of color #B911A0: hue angle of 308.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911A0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18517160-
CMYK00.910.140.27
HSL308.93º83.17%39.61%-
HSV(B)308.93º90.81%72.55%-
XYZ26.5513.2534.42-
YUV83.53171.16200.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.10%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 160 (62.89% from 255) = 44.20%
R=51.10%
G=4.70%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851716000.910.140.27308.9383.1739.61
HexB911A005BE1B1355328
Octal271212400133163346512350
Binary101110011000110100000010110111110110111001101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B911A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B911A0; }

 p { color: rgb(185,17,160); }

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

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

 a { background-color: rgb(185,17,160); }

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

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

 span { border-color: rgb(185,17,160); }

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