#B6128B

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

Shades of Medium Violet Red #B6128B

Tints of Medium Violet Red #B6128B

Color information

#B6128B (or 0xB6128B) is unknown color: approx Medium Violet Red. HEX triplet: B6, 12 and 8B. RGB value is (182,18,139). Sum of RGB (Red+Green+Blue) = 182+18+139=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B6128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6128B is #49ED74. Grayscale: #505050. Windows color (decimal): -4844917 or 9114294. OLE color: 9114294.

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

Color convert

RGB18218139-
CMYK00.900.240.29
HSL315.73º82%39.22%-
HSV(B)315.73º90.11%71.37%-
XYZ24.1712.2425.52-
YUV80.83160.83200.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 53.69%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=53.69%
G=5.31%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821813900.900.240.29315.738239.22
HexB6128B05A181D13c5227
Octal266222130132303547412247
Binary1011011010010100010110101101011000111011001111001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6128B; }

 p { color: rgb(182,18,139); }

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

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

 a { background-color: rgb(182,18,139); }

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

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

 span { border-color: rgb(182,18,139); }

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