#B01A8A

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

Shades of Medium Violet Red #B01A8A

Tints of Medium Violet Red #B01A8A

Color information

#B01A8A (or 0xB01A8A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1A and 8A. RGB value is (176,26,138). Sum of RGB (Red+Green+Blue) = 176+26+138=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8A is #4FE575. Grayscale: #535353. Windows color (decimal): -5236086 or 9050800. OLE color: 9050800.

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

Color convert

RGB17626138-
CMYK00.850.220.31
HSL315.2º74.26%39.61%-
HSV(B)315.2º85.23%69.02%-
XYZ22.8611.825.12-
YUV83.62158.7193.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.76%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=51.76%
G=7.65%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762613800.850.220.31315.274.2639.61
HexB01A8A055161F13b4a28
Octal260322120125263747311250
Binary1011000011010100010100101010110110111111001110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A8A; }

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

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

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

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

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

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

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

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