#B10A84

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

Shades of Medium Violet Red #B10A84

Tints of Medium Violet Red #B10A84

Color information

#B10A84 (or 0xB10A84) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0A and 84. RGB value is (177,10,132). Sum of RGB (Red+Green+Blue) = 177+10+132=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10A84 is #4EF57B. Grayscale: #494949. Windows color (decimal): -5174652 or 8653489. OLE color: 8653489.

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

Color convert

RGB17710132-
CMYK00.940.250.31
HSL316.17º89.3%36.67%-
HSV(B)316.17º94.35%69.41%-
XYZ22.411.2322.82-
YUV73.84160.83201.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.49%
GREEN value IS 10 (4.30% from 255) = 3.13%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=55.49%
G=3.13%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771013200.940.250.31316.1789.336.67
HexB1A8405E191F13c5925
Octal261122040136313747413145
Binary101100011010100001000101111011001111111001111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A84; }

 p { color: rgb(177,10,132); }

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

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

 a { background-color: rgb(177,10,132); }

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

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

 span { border-color: rgb(177,10,132); }

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