#B10885

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

Shades of Medium Violet Red #B10885

Tints of Medium Violet Red #B10885

Color information

#B10885 (or 0xB10885) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 85. RGB value is (177,8,133). Sum of RGB (Red+Green+Blue) = 177+8+133=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B10885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10885 is #4EF77A. Grayscale: #484848. Windows color (decimal): -5175163 or 8718513. OLE color: 8718513.

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

Color convert

RGB1778133-
CMYK00.950.250.31
HSL315.62º91.35%36.27%-
HSV(B)315.62º95.48%69.41%-
XYZ22.4511.2123.17-
YUV72.78161.99202.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.66%
GREEN value IS 8 (3.52% from 255) = 2.52%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=55.66%
G=2.52%
B=41.82%

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
Decimal177813300.950.250.31315.6291.3536.27
HexB188505F191F13c5b24
Octal261102050137313747413344
Binary101100011000100001010101111111001111111001111001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10885; }

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

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

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

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

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

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

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

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