#B6127D

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

Shades of Medium Violet Red #B6127D

Tints of Medium Violet Red #B6127D

Color information

#B6127D (or 0xB6127D) is unknown color: approx Medium Violet Red. HEX triplet: B6, 12 and 7D. RGB value is (182,18,125). Sum of RGB (Red+Green+Blue) = 182+18+125=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6127D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6127D is #49ED82. Grayscale: #4E4E4E. Windows color (decimal): -4844931 or 8196790. OLE color: 8196790.

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

Color convert

RGB18218125-
CMYK00.900.310.29
HSL320.85º82%39.22%-
HSV(B)320.85º90.11%71.37%-
XYZ23.2111.8620.47-
YUV79.23153.83201.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 56%
GREEN value IS 18 (7.42% from 255) = 5.54%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=56%
G=5.54%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821812500.900.310.29320.858239.22
HexB6127D05A1F1D1415227
Octal266221750132373550112247
Binary101101101001011111010101101011111111011010000011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6127D; }

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

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

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

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

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

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

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

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