Html Css Color HEX #BE0EAB Deep Magenta

📋 copy color: '#BE0EAB'

red 190 ◦ green 14 ◦ blue 171

#BE0EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BE0EAB

Tints of Deep Magenta #BE0EAB

RGB

 RED value IS 190 (74.61% from 255) = 50.67%

 GREEN value IS 14 (5.86% from 255) = 3.73%

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 50.67%
G = 3.73%
B = 45.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE0EAB (or 0xBE0EAB) is known color: Deep Magenta. HEX triplet: BE, 0E and AB. RGB value is (190,14,171). Sum of RGB (Red+Green+Blue) = 190+14+171=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EAB is #41F154. Grayscale: #545454. Windows color (decimal): -4321621 or 11210430. OLE color: 11210430.

HSL color Cylindrical-coordinate representation of color #BE0EAB: hue angle of 306.48º 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 #BE0EAB is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 171 -
CMYK 0 0.93 0.10 0.25
HSL 306.48º 0.86% 0.4% -
HSV(B) 306.48º 0.93% 0.75% -
XYZ 28.74 14.2 39.75 -
YUV 84.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 190 14 171 0 0.93 0.10 0.25 306.48 0.86 0.4
Hex BE E AB 0 5D A 19 132 56 28
Octal 276 16 253 0 135 12 31 462 126 50
Binary 10111110 1110 10101011 0 1011101 1010 11001 100110010 1010110 101000

Color Harmonies of #BE0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EAB

Black with #BE0EAB

Text Example


Text Example

White with #BE0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EAB; }

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

 H1.HeaderClassName
 {
   color: #BE0EAB;
 }
 .AnyTagClassName
 {
   color: #BE0EAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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