#B01B80

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

Shades of Medium Violet Red #B01B80

Tints of Medium Violet Red #B01B80

Color information

#B01B80 (or 0xB01B80) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1B and 80. RGB value is (176,27,128). Sum of RGB (Red+Green+Blue) = 176+27+128=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01B80 is #4FE47F. Grayscale: #525252. Windows color (decimal): -5235840 or 8395696. OLE color: 8395696.

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

Color convert

RGB17627128-
CMYK00.850.270.31
HSL319.33º73.4%39.8%-
HSV(B)319.33º84.66%69.02%-
XYZ22.1911.5721.49-
YUV83.06153.36194.29-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=53.17%
G=8.16%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762712800.850.270.31319.3373.439.8
HexB01B800551B1F13f4928
Octal260332000125333747711150
Binary1011000011011100000000101010111011111111001111111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01B80; }

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

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

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

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

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

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

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

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