Html Css Color HEX #BE03DC Deep Magenta

📋 copy color: '#BE03DC'

red 190 ◦ green 3 ◦ blue 220

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

Shades of Deep Magenta #BE03DC

Tints of Deep Magenta #BE03DC

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.73%

 BLUE value IS 220 (86.33% from 255) = 53.27%

R = 46%
G = 0.73%
B = 53.27%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE03DC (or 0xBE03DC) is known color: Deep Magenta. HEX triplet: BE, 03 and DC. RGB value is (190,3,220). Sum of RGB (Red+Green+Blue) = 190+3+220=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03DC is #41FC23. Grayscale: #525252. Windows color (decimal): -4324388 or 14418878. OLE color: 14418878.

HSL color Cylindrical-coordinate representation of color #BE03DC: hue angle of 291.71º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE03DC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 3 220 -
CMYK 0.14 0.99 0 0.14
HSL 291.71º 0.97% 0.44% -
HSV(B) 291.71º 0.99% 0.86% -
XYZ 34.19 16.18 69.03 -
YUV 83.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 190 3 220 0.14 0.99 0 0.14 291.71 0.97 0.44
Hex BE 3 DC E 63 0 E 124 61 2C
Octal 276 3 334 16 143 0 16 444 141 54
Binary 10111110 11 11011100 1110 1100011 0 1110 100100100 1100001 101100

Color Harmonies of #BE03DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03DC

Black with #BE03DC

Text Example


Text Example

White with #BE03DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03DC; }

 p { color: rgb(190,3,220); }

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

background-color css

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

 a { background-color: rgb(190,3,220); }

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

border-color css

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

 span { border-color: rgb(190,3,220); }

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