#BE0EB1

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

Shades of Deep Magenta #BE0EB1

Tints of Deep Magenta #BE0EB1

Color information

#BE0EB1 (or 0xBE0EB1) is unknown color: approx Deep Magenta. HEX triplet: BE, 0E and B1. RGB value is (190,14,177). Sum of RGB (Red+Green+Blue) = 190+14+177=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EB1 is #41F14E. Grayscale: #545454. Windows color (decimal): -4321615 or 11603646. OLE color: 11603646.

HSL color Cylindrical-coordinate representation of color #BE0EB1: hue angle of 304.43º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EB1 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19014177-
CMYK00.930.070.25
HSL304.43º86.27%40%-
HSV(B)304.43º92.63%74.51%-
XYZ29.3314.4442.84-
YUV85.21179.81202.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 14 (5.86% from 255) = 3.67%
BLUE value IS 177 (69.53% from 255) = 46.46%
R=49.87%
G=3.67%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901417700.930.070.25304.4386.2740
HexBEEB105D7191305628
Octal27616261013573146012650
Binary1011111011101011000101011101111110011001100001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0EB1; }

 p { color: rgb(190,14,177); }

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

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

 a { background-color: rgb(190,14,177); }

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

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

 span { border-color: rgb(190,14,177); }

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