#B01A8B

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

Shades of Medium Violet Red #B01A8B

Tints of Medium Violet Red #B01A8B

Color information

#B01A8B (or 0xB01A8B) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1A and 8B. RGB value is (176,26,139). Sum of RGB (Red+Green+Blue) = 176+26+139=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01A8B is #4FE574. Grayscale: #535353. Windows color (decimal): -5236085 or 9116336. OLE color: 9116336.

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

Color convert

RGB17626139-
CMYK00.850.210.31
HSL314.8º74.26%39.61%-
HSV(B)314.8º85.23%69.02%-
XYZ22.9311.8325.5-
YUV83.73159.2193.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=51.61%
G=7.62%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762613900.850.210.31314.874.2639.61
HexB01A8B055151F13b4a28
Octal260322130125253747311250
Binary1011000011010100010110101010110101111111001110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01A8B; }

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

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

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

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

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

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

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

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