#BE11B3

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

Shades of Deep Magenta #BE11B3

Tints of Deep Magenta #BE11B3

Color information

#BE11B3 (or 0xBE11B3) is unknown color: approx Deep Magenta. HEX triplet: BE, 11 and B3. RGB value is (190,17,179). Sum of RGB (Red+Green+Blue) = 190+17+179=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE11B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE11B3 is #41EE4C. Grayscale: #565656. Windows color (decimal): -4320845 or 11735486. OLE color: 11735486.

HSL color Cylindrical-coordinate representation of color #BE11B3: hue angle of 303.82º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE11B3 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19017179-
CMYK00.910.060.25
HSL303.82º83.57%40.59%-
HSV(B)303.82º91.05%74.51%-
XYZ29.5714.643.91-
YUV87.2179.81201.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 179 (70.31% from 255) = 46.37%
R=49.22%
G=4.40%
B=46.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901717900.910.060.25303.8283.5740.59
HexBE11B305B6191305429
Octal27621263013363146012451
Binary10111110100011011001101011011110110011001100001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE11B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE11B3; }

 p { color: rgb(190,17,179); }

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

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

 a { background-color: rgb(190,17,179); }

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

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

 span { border-color: rgb(190,17,179); }

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