#B10884

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

Shades of Medium Violet Red #B10884

Tints of Medium Violet Red #B10884

Color information

#B10884 (or 0xB10884) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 84. RGB value is (177,8,132). Sum of RGB (Red+Green+Blue) = 177+8+132=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B10884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10884 is #4EF77B. Grayscale: #484848. Windows color (decimal): -5175164 or 8652977. OLE color: 8652977.

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

Color convert

RGB1778132-
CMYK00.950.250.31
HSL315.98º91.35%36.27%-
HSV(B)315.98º95.48%69.41%-
XYZ22.3811.1922.81-
YUV72.67161.49202.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=55.84%
G=2.52%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813200.950.250.31315.9891.3536.27
HexB188405F191F13c5b24
Octal261102040137313747413344
Binary101100011000100001000101111111001111111001111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10884; }

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

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

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

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

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

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

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

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