#B01090

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

Shades of Medium Violet Red #B01090

Tints of Medium Violet Red #B01090

Color information

#B01090 (or 0xB01090) is unknown color: approx Medium Violet Red. HEX triplet: B0, 10 and 90. RGB value is (176,16,144). Sum of RGB (Red+Green+Blue) = 176+16+144=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B01090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01090 is #4FEF6F. Grayscale: #4E4E4E. Windows color (decimal): -5238640 or 9441456. OLE color: 9441456.

HSL color Cylindrical-coordinate representation of color #B01090: hue angle of 312º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01090 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17616144-
CMYK00.910.180.31
HSL312º83.33%37.65%-
HSV(B)312º90.91%69.02%-
XYZ23.1211.6127.41-
YUV78.43165.01197.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.38%
GREEN value IS 16 (6.64% from 255) = 4.76%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=52.38%
G=4.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761614400.910.180.3131283.3337.65
HexB0109005B121F1385326
Octal260202200133223747012346
Binary1011000010000100100000101101110010111111001110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01090; }

 p { color: rgb(176,16,144); }

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

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

 a { background-color: rgb(176,16,144); }

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

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

 span { border-color: rgb(176,16,144); }

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