#B01A93

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

Shades of Medium Violet Red #B01A93

Tints of Medium Violet Red #B01A93

Color information

#B01A93 (or 0xB01A93) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1A and 93. RGB value is (176,26,147). Sum of RGB (Red+Green+Blue) = 176+26+147=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 26 (10.55% from 255 or 7.45% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A93 is #4FE56C. Grayscale: #545454. Windows color (decimal): -5236077 or 9640624. OLE color: 9640624.

HSL color Cylindrical-coordinate representation of color #B01A93: hue angle of 311.6º degrees, saturation: 0.74, 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 #B01A93 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17626147-
CMYK00.850.160.31
HSL311.6º74.26%39.61%-
HSV(B)311.6º85.23%69.02%-
XYZ23.5412.0828.69-
YUV84.64163.2193.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 26 (10.55% from 255) = 7.45%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=50.43%
G=7.45%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762614700.850.160.31311.674.2639.61
HexB01A93055101F1384a28
Octal260322230125203747011250
Binary1011000011010100100110101010110000111111001110001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A93; }

 p { color: rgb(176,26,147); }

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

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

 a { background-color: rgb(176,26,147); }

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

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

 span { border-color: rgb(176,26,147); }

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