#B7108C

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

Shades of Medium Violet Red #B7108C

Tints of Medium Violet Red #B7108C

Color information

#B7108C (or 0xB7108C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 10 and 8C. RGB value is (183,16,140). Sum of RGB (Red+Green+Blue) = 183+16+140=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7108C is #48EF73. Grayscale: #4F4F4F. Windows color (decimal): -4779892 or 9179319. OLE color: 9179319.

HSL color Cylindrical-coordinate representation of color #B7108C: hue angle of 315.45º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7108C is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18316140-
CMYK00.910.230.28
HSL315.45º83.92%39.02%-
HSV(B)315.45º91.26%71.76%-
XYZ24.4512.3325.9-
YUV80.07161.83201.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.98%
GREEN value IS 16 (6.64% from 255) = 4.72%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=53.98%
G=4.72%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831614000.910.230.28315.4583.9239.02
HexB7108C05B171C13b5427
Octal267202140133273447312447
Binary1011011110000100011000101101110111111001001110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7108C; }

 p { color: rgb(183,16,140); }

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

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

 a { background-color: rgb(183,16,140); }

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

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

 span { border-color: rgb(183,16,140); }

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