#B7108D

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

Shades of Medium Violet Red #B7108D

Tints of Medium Violet Red #B7108D

Color information

#B7108D (or 0xB7108D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 10 and 8D. RGB value is (183,16,141). Sum of RGB (Red+Green+Blue) = 183+16+141=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7108D is #48EF72. Grayscale: #4F4F4F. Windows color (decimal): -4779891 or 9244855. OLE color: 9244855.

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

Color convert

RGB18316141-
CMYK00.910.230.28
HSL315.09º83.92%39.02%-
HSV(B)315.09º91.26%71.76%-
XYZ24.5212.3626.29-
YUV80.18162.33201.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.82%
GREEN value IS 16 (6.64% from 255) = 4.71%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=53.82%
G=4.71%
B=41.47%

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
Decimal1831614100.910.230.28315.0983.9239.02
HexB7108D05B171C13b5427
Octal267202150133273447312447
Binary1011011110000100011010101101110111111001001110111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7108D; }

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

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

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

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

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

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

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

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