#B10C81

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

Shades of Medium Violet Red #B10C81

Tints of Medium Violet Red #B10C81

Color information

#B10C81 (or 0xB10C81) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0C and 81. RGB value is (177,12,129). Sum of RGB (Red+Green+Blue) = 177+12+129=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10C81 is #4EF37E. Grayscale: #4A4A4A. Windows color (decimal): -5174143 or 8457393. OLE color: 8457393.

HSL color Cylindrical-coordinate representation of color #B10C81: hue angle of 317.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10C81 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17712129-
CMYK00.930.270.31
HSL317.45º87.3%37.06%-
HSV(B)317.45º93.22%69.41%-
XYZ22.2311.221.76-
YUV74.67158.66200.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 12 (5.08% from 255) = 3.77%
BLUE value IS 129 (50.78% from 255) = 40.57%
R=55.66%
G=3.77%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771212900.930.270.31317.4587.337.06
HexB1C8105D1B1F13d5725
Octal261142010135333747512745
Binary101100011100100000010101110111011111111001111011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C81; }

 p { color: rgb(177,12,129); }

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

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

 a { background-color: rgb(177,12,129); }

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

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

 span { border-color: rgb(177,12,129); }

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