#B41286

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

Shades of Medium Violet Red #B41286

Tints of Medium Violet Red #B41286

Color information

#B41286 (or 0xB41286) is unknown color: approx Medium Violet Red. HEX triplet: B4, 12 and 86. RGB value is (180,18,134). Sum of RGB (Red+Green+Blue) = 180+18+134=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B41286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41286 is #4BED79. Grayscale: #4F4F4F. Windows color (decimal): -4975994 or 8786612. OLE color: 8786612.

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

Color convert

RGB18018134-
CMYK00.90.260.29
HSL317.04º81.82%38.82%-
HSV(B)317.04º90%70.59%-
XYZ23.3411.8623.61-
YUV79.66158.67199.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=54.22%
G=5.42%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801813400.90.260.29317.0481.8238.82
HexB4128605A1A1D13d5227
Octal264222060132323547512247
Binary1011010010010100001100101101011010111011001111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41286; }

 p { color: rgb(180,18,134); }

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

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

 a { background-color: rgb(180,18,134); }

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

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

 span { border-color: rgb(180,18,134); }

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