Html Css Color HEX #BE0EB2 Deep Magenta

📋 copy color: '#BE0EB2'

red 190 ◦ green 14 ◦ blue 178

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

Shades of Deep Magenta #BE0EB2

Tints of Deep Magenta #BE0EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.6%

R = 49.74%
G = 3.66%
B = 46.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE0EB2 (or 0xBE0EB2) is known color: Deep Magenta. HEX triplet: BE, 0E and B2. RGB value is (190,14,178). Sum of RGB (Red+Green+Blue) = 190+14+178=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 14 (5.86% from 255 or 3.66% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0EB2 is #41F14D. Grayscale: #545454. Windows color (decimal): -4321614 or 11669182. OLE color: 11669182.

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

Color convert

RGB 190 14 178 -
CMYK 0 0.93 0.06 0.25
HSL 304.09º 0.86% 0.4% -
HSV(B) 304.09º 0.93% 0.75% -
XYZ 29.43 14.48 43.36 -
YUV 85.32 180.31 202.66 -
System Red Green Blue C M Y K H S L
Decimal 190 14 178 0 0.93 0.06 0.25 304.09 0.86 0.4
Hex BE E B2 0 5D 6 19 130 56 28
Octal 276 16 262 0 135 6 31 460 126 50
Binary 10111110 1110 10110010 0 1011101 110 11001 100110000 1010110 101000

Color Harmonies of #BE0EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EB2

Black with #BE0EB2

Text Example


Text Example

White with #BE0EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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