#B10889

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

Shades of Medium Violet Red #B10889

Tints of Medium Violet Red #B10889

Color information

#B10889 (or 0xB10889) is unknown color: approx Medium Violet Red. HEX triplet: B1, 08 and 89. RGB value is (177,8,137). Sum of RGB (Red+Green+Blue) = 177+8+137=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B10889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10889 is #4EF776. Grayscale: #484848. Windows color (decimal): -5175159 or 8980657. OLE color: 8980657.

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

Color convert

RGB1778137-
CMYK00.950.230.31
HSL314.2º91.35%36.27%-
HSV(B)314.2º95.48%69.41%-
XYZ22.7311.3324.66-
YUV73.24163.99202.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.97%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 137 (53.91% from 255) = 42.55%
R=54.97%
G=2.48%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177813700.950.230.31314.291.3536.27
HexB188905F171F13a5b24
Octal261102110137273747213344
Binary101100011000100010010101111110111111111001110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10889; }

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

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

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

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

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

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

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

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