#B01BA1

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

Shades of Medium Violet Red #B01BA1

Tints of Medium Violet Red #B01BA1

Color information

#B01BA1 (or 0xB01BA1) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and A1. RGB value is (176,27,161). Sum of RGB (Red+Green+Blue) = 176+27+161=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 161 (63.28% from 255 or 44.23% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA1 is #4FE45E. Grayscale: #565656. Windows color (decimal): -5235807 or 10558384. OLE color: 10558384.

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

Color convert

RGB17627161-
CMYK00.850.090.31
HSL306.04º73.4%39.8%-
HSV(B)306.04º84.66%69.02%-
XYZ24.7312.5934.84-
YUV86.83169.86191.6-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 27 (10.94% from 255) = 7.42%
BLUE value IS 161 (63.28% from 255) = 44.23%
R=48.35%
G=7.42%
B=44.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762716100.850.090.31306.0473.439.8
HexB01BA105591F1324928
Octal260332410125113746211150
Binary101100001101110100001010101011001111111001100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01BA1; }

 p { color: rgb(176,27,161); }

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

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

 a { background-color: rgb(176,27,161); }

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

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

 span { border-color: rgb(176,27,161); }

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