#B6108F

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

Shades of Medium Violet Red #B6108F

Tints of Medium Violet Red #B6108F

Color information

#B6108F (or 0xB6108F) is unknown color: approx Medium Violet Red. HEX triplet: B6, 10 and 8F. RGB value is (182,16,143). Sum of RGB (Red+Green+Blue) = 182+16+143=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6108F is #49EF70. Grayscale: #4F4F4F. Windows color (decimal): -4845425 or 9375926. OLE color: 9375926.

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

Color convert

RGB18216143-
CMYK00.910.210.29
HSL314.1º83.84%38.82%-
HSV(B)314.1º91.21%71.37%-
XYZ24.4312.327.07-
YUV80.11163.5200.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.37%
GREEN value IS 16 (6.64% from 255) = 4.69%
BLUE value IS 143 (56.25% from 255) = 41.94%
R=53.37%
G=4.69%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821614300.910.210.29314.183.8438.82
HexB6108F05B151D13a5427
Octal266202170133253547212447
Binary1011011010000100011110101101110101111011001110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6108F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6108F; }

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

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

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

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

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

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

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

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