#BE14B9

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

Shades of Deep Magenta #BE14B9

Tints of Deep Magenta #BE14B9

Color information

#BE14B9 (or 0xBE14B9) is unknown color: approx Deep Magenta. HEX triplet: BE, 14 and B9. RGB value is (190,20,185). Sum of RGB (Red+Green+Blue) = 190+20+185=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE14B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE14B9 is #41EB46. Grayscale: #595959. Windows color (decimal): -4320071 or 12129470. OLE color: 12129470.

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

Color convert

RGB19020185-
CMYK00.890.030.25
HSL301.76º80.95%41.18%-
HSV(B)301.76º89.47%74.51%-
XYZ30.2414.9547.19-
YUV89.64181.82199.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 20 (8.20% from 255) = 5.06%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=48.10%
G=5.06%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902018500.890.030.25301.7680.9541.18
HexBE14B905931912e5129
Octal27624271013133145612151
Binary1011111010100101110010101100111110011001011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE14B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE14B9; }

 p { color: rgb(190,20,185); }

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

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

 a { background-color: rgb(190,20,185); }

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

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

 span { border-color: rgb(190,20,185); }

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