#B10088

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

Shades of Medium Violet Red #B10088

Tints of Medium Violet Red #B10088

Color information

#B10088 (or 0xB10088) is unknown color: approx Medium Violet Red. HEX triplet: B1, 00 and 88. RGB value is (177,0,136). Sum of RGB (Red+Green+Blue) = 177+0+136=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B10088 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10088 is #4EFF77. Grayscale: #444444. Windows color (decimal): -5177208 or 8913073. OLE color: 8913073.

HSL color Cylindrical-coordinate representation of color #B10088: hue angle of 313.9º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B10088 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB1770136-
CMYK010.230.31
HSL313.9º100%34.71%-
HSV(B)313.9º100%69.41%-
XYZ22.5811.1224.25-
YUV68.43166.14205.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=56.55%
G=0%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1770136010.230.31313.910034.71
HexB1088064171F13a6423
Octal26102100144273747214443
Binary101100010100010000110010010111111111001110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10088; }

 p { color: rgb(177,0,136); }

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

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

 a { background-color: rgb(177,0,136); }

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

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

 span { border-color: rgb(177,0,136); }

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