#B811CC

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

Shades of Deep Magenta #B811CC

Tints of Deep Magenta #B811CC

Color information

#B811CC (or 0xB811CC) is unknown color: approx Deep Magenta. HEX triplet: B8, 11 and CC. RGB value is (184,17,204). Sum of RGB (Red+Green+Blue) = 184+17+204=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B811CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811CC is #47EE33. Grayscale: #575757. Windows color (decimal): -4714036 or 13373880. OLE color: 13373880.

HSL color Cylindrical-coordinate representation of color #B811CC: hue angle of 293.58º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B811CC is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18417204-
CMYK0.100.9200.2
HSL293.58º84.62%43.33%-
HSV(B)293.58º91.67%80%-
XYZ30.8714.9558.39-
YUV88.25193.33196.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 17 (7.03% from 255) = 4.20%
BLUE value IS 204 (80.08% from 255) = 50.37%
R=45.43%
G=4.20%
B=50.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal184172040.100.9200.2293.5884.6243.33
HexB811CCA5C014126552b
Octal270213141213402444612553
Binary101110001000111001100101010111000101001001001101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B811CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B811CC; }

 p { color: rgb(184,17,204); }

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

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

 a { background-color: rgb(184,17,204); }

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

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

 span { border-color: rgb(184,17,204); }

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