#B914A6

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

Shades of Medium Violet Red #B914A6

Tints of Medium Violet Red #B914A6

Color information

#B914A6 (or 0xB914A6) is unknown color: approx Medium Violet Red. HEX triplet: B9, 14 and A6. RGB value is (185,20,166). Sum of RGB (Red+Green+Blue) = 185+20+166=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B914A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B914A6 is #46EB59. Grayscale: #555555. Windows color (decimal): -4647770 or 10884281. OLE color: 10884281.

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

Color convert

RGB18520166-
CMYK00.890.100.27
HSL306.91º80.49%40.2%-
HSV(B)306.91º89.19%72.55%-
XYZ27.1413.5737.26-
YUV85.98173.16198.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 166 (65.23% from 255) = 44.74%
R=49.87%
G=5.39%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852016600.890.100.27306.9180.4940.2
HexB914A6059A1B1335028
Octal271242460131123346312050
Binary101110011010010100110010110011010110111001100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B914A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B914A6; }

 p { color: rgb(185,20,166); }

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

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

 a { background-color: rgb(185,20,166); }

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

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

 span { border-color: rgb(185,20,166); }

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