#B10B8C

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

Shades of Medium Violet Red #B10B8C

Tints of Medium Violet Red #B10B8C

Color information

#B10B8C (or 0xB10B8C) is unknown color: approx Medium Violet Red. HEX triplet: B1, 0B and 8C. RGB value is (177,11,140). Sum of RGB (Red+Green+Blue) = 177+11+140=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10B8C is #4EF473. Grayscale: #4A4A4A. Windows color (decimal): -5174388 or 9178033. OLE color: 9178033.

HSL color Cylindrical-coordinate representation of color #B10B8C: hue angle of 313.37º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10B8C is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB17711140-
CMYK00.940.210.31
HSL313.37º88.3%36.86%-
HSV(B)313.37º93.79%69.41%-
XYZ22.9811.4825.82-
YUV75.34164.5200.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.96%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=53.96%
G=3.35%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771114000.940.210.31313.3788.336.86
HexB1B8C05E151F1395825
Octal261132140136253747113045
Binary101100011011100011000101111010101111111001110011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10B8C; }

 p { color: rgb(177,11,140); }

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

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

 a { background-color: rgb(177,11,140); }

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

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

 span { border-color: rgb(177,11,140); }

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