#B6127E

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

Shades of Medium Violet Red #B6127E

Tints of Medium Violet Red #B6127E

Color information

#B6127E (or 0xB6127E) is unknown color: approx Medium Violet Red. HEX triplet: B6, 12 and 7E. RGB value is (182,18,126). Sum of RGB (Red+Green+Blue) = 182+18+126=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B6127E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6127E is #49ED81. Grayscale: #4F4F4F. Windows color (decimal): -4844930 or 8262326. OLE color: 8262326.

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

Color convert

RGB18218126-
CMYK00.900.310.29
HSL320.49º82%39.22%-
HSV(B)320.49º90.11%71.37%-
XYZ23.2711.8820.81-
YUV79.35154.33201.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.83%
GREEN value IS 18 (7.42% from 255) = 5.52%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=55.83%
G=5.52%
B=38.65%

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
Decimal1821812600.900.310.29320.498239.22
HexB6127E05A1F1D1405227
Octal266221760132373550012247
Binary101101101001011111100101101011111111011010000001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6127E; }

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

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

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

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

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

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

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

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