#B01886

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

Shades of Medium Violet Red #B01886

Tints of Medium Violet Red #B01886

Color information

#B01886 (or 0xB01886) is unknown color: approx Medium Violet Red. HEX triplet: B0, 18 and 86. RGB value is (176,24,134). Sum of RGB (Red+Green+Blue) = 176+24+134=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B01886 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01886 is #4FE779. Grayscale: #515151. Windows color (decimal): -5236602 or 8788144. OLE color: 8788144.

HSL color Cylindrical-coordinate representation of color #B01886: hue angle of 316.58º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01886 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB17624134-
CMYK00.860.240.31
HSL316.58º76%39.22%-
HSV(B)316.58º86.36%69.02%-
XYZ22.5311.623.61-
YUV81.99157.36195.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 52.69%
GREEN value IS 24 (9.77% from 255) = 7.19%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=52.69%
G=7.19%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762413400.860.240.31316.587639.22
HexB01886056181F13d4c27
Octal260302060126303747511447
Binary1011000011000100001100101011011000111111001111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01886; }

 p { color: rgb(176,24,134); }

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

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

 a { background-color: rgb(176,24,134); }

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

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

 span { border-color: rgb(176,24,134); }

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