#B6108A

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

Shades of Medium Violet Red #B6108A

Tints of Medium Violet Red #B6108A

Color information

#B6108A (or 0xB6108A) is unknown color: approx Medium Violet Red. HEX triplet: B6, 10 and 8A. RGB value is (182,16,138). Sum of RGB (Red+Green+Blue) = 182+16+138=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B6108A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6108A is #49EF75. Grayscale: #4F4F4F. Windows color (decimal): -4845430 or 9048246. OLE color: 9048246.

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

Color convert

RGB18216138-
CMYK00.910.240.29
HSL315.9º83.84%38.82%-
HSV(B)315.9º91.21%71.37%-
XYZ24.0612.1525.12-
YUV79.54161201.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.17%
GREEN value IS 16 (6.64% from 255) = 4.76%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=54.17%
G=4.76%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821613800.910.240.29315.983.8438.82
HexB6108A05B181D13c5427
Octal266202120133303547412447
Binary1011011010000100010100101101111000111011001111001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6108A; }

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

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

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

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

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

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

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

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