#B10288

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

Shades of Medium Violet Red #B10288

Tints of Medium Violet Red #B10288

Color information

#B10288 (or 0xB10288) is unknown color: approx Medium Violet Red. HEX triplet: B1, 02 and 88. RGB value is (177,2,136). Sum of RGB (Red+Green+Blue) = 177+2+136=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B10288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10288 is #4EFD77. Grayscale: #454545. Windows color (decimal): -5176696 or 8913585. OLE color: 8913585.

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

Color convert

RGB1772136-
CMYK00.990.230.31
HSL314.06º97.77%35.1%-
HSV(B)314.06º98.87%69.41%-
XYZ22.611.1724.26-
YUV69.6165.48204.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.19%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=56.19%
G=0.63%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177213600.990.230.31314.0697.7735.1
HexB1288063171F13a6223
Octal26122100143273747214243
Binary1011000110100010000110001110111111111001110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10288; }

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

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

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

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

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

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

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

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