#B2108C

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

Shades of Medium Violet Red #B2108C

Tints of Medium Violet Red #B2108C

Color information

#B2108C (or 0xB2108C) is unknown color: approx Medium Violet Red. HEX triplet: B2, 10 and 8C. RGB value is (178,16,140). Sum of RGB (Red+Green+Blue) = 178+16+140=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2108C is #4DEF73. Grayscale: #4E4E4E. Windows color (decimal): -5107572 or 9179314. OLE color: 9179314.

HSL color Cylindrical-coordinate representation of color #B2108C: hue angle of 314.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2108C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB17816140-
CMYK00.910.210.30
HSL314.07º83.51%38.04%-
HSV(B)314.07º91.01%69.8%-
XYZ23.2811.7325.85-
YUV78.57162.67198.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 16 (6.64% from 255) = 4.79%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=53.29%
G=4.79%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781614000.910.210.30314.0783.5138.04
HexB2108C05B151E13a5426
Octal262202140133253647212446
Binary1011001010000100011000101101110101111101001110101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2108C; }

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

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

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

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

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

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

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

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