Html Css Color HEX #BE0EC3 Deep Magenta

📋 copy color: '#BE0EC3'

red 190 ◦ green 14 ◦ blue 195

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

Shades of Deep Magenta #BE0EC3

Tints of Deep Magenta #BE0EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.87%

R = 47.62%
G = 3.51%
B = 48.87%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE0EC3 (or 0xBE0EC3) is known color: Deep Magenta. HEX triplet: BE, 0E and C3. RGB value is (190,14,195). Sum of RGB (Red+Green+Blue) = 190+14+195=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE0EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE0EC3 is #41F13C. Grayscale: #565656. Windows color (decimal): -4321597 or 12783294. OLE color: 12783294.

HSL color Cylindrical-coordinate representation of color #BE0EC3: hue angle of 298.34º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0EC3 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 14 195 -
CMYK 0.03 0.93 0 0.24
HSL 298.34º 0.87% 0.41% -
HSV(B) 298.34º 0.93% 0.76% -
XYZ 31.24 15.2 52.92 -
YUV 87.26 188.81 201.28 -
System Red Green Blue C M Y K H S L
Decimal 190 14 195 0.03 0.93 0 0.24 298.34 0.87 0.41
Hex BE E C3 3 5D 0 18 12A 57 29
Octal 276 16 303 3 135 0 30 452 127 51
Binary 10111110 1110 11000011 11 1011101 0 11000 100101010 1010111 101001

Color Harmonies of #BE0EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0EC3

Black with #BE0EC3

Text Example


Text Example

White with #BE0EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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