#B0108A

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

Shades of Medium Violet Red #B0108A

Tints of Medium Violet Red #B0108A

Color information

#B0108A (or 0xB0108A) is unknown color: approx Medium Violet Red. HEX triplet: B0, 10 and 8A. RGB value is (176,16,138). Sum of RGB (Red+Green+Blue) = 176+16+138=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B0108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0108A is #4FEF75. Grayscale: #4D4D4D. Windows color (decimal): -5238646 or 9048240. OLE color: 9048240.

HSL color Cylindrical-coordinate representation of color #B0108A: hue angle of 314.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0108A is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB17616138-
CMYK00.910.220.31
HSL314.25º83.33%37.65%-
HSV(B)314.25º90.91%69.02%-
XYZ22.6811.4425.06-
YUV77.75162.01198.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 4.85%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=53.33%
G=4.85%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761613800.910.220.31314.2583.3337.65
HexB0108A05B161F13a5326
Octal260202120133263747212346
Binary1011000010000100010100101101110110111111001110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0108A; }

 p { color: rgb(176,16,138); }

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

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

 a { background-color: rgb(176,16,138); }

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

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

 span { border-color: rgb(176,16,138); }

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