#B611B1

Color #B611B1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B611B1

Tints of Deep Magenta #B611B1

Color information

#B611B1 (or 0xB611B1) is unknown color: approx Deep Magenta. HEX triplet: B6, 11 and B1. RGB value is (182,17,177). Sum of RGB (Red+Green+Blue) = 182+17+177=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B611B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B611B1 is #49EE4E. Grayscale: #545454. Windows color (decimal): -4845135 or 11604406. OLE color: 11604406.

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

Color convert

RGB18217177-
CMYK00.910.030.29
HSL301.82º82.91%39.02%-
HSV(B)301.82º90.66%71.37%-
XYZ27.4313.5242.76-
YUV84.57180.16197.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=48.40%
G=4.52%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821717700.910.030.29301.8282.9139.02
HexB611B105B31D12e5327
Octal26621261013333545612347
Binary1011011010001101100010101101111111011001011101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B611B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B611B1; }

 p { color: rgb(182,17,177); }

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

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

 a { background-color: rgb(182,17,177); }

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

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

 span { border-color: rgb(182,17,177); }

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