Html Css Color HEX #BE03DB Deep Magenta

📋 copy color: '#BE03DB'

red 190 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #BE03DB

Tints of Deep Magenta #BE03DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 46.12%
G = 0.73%
B = 53.16%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE03DB (or 0xBE03DB) is known color: Deep Magenta. HEX triplet: BE, 03 and DB. RGB value is (190,3,219). Sum of RGB (Red+Green+Blue) = 190+3+219=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 3 (1.56% from 255 or 0.73% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE03DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03DB is #41FC24. Grayscale: #525252. Windows color (decimal): -4324389 or 14353342. OLE color: 14353342.

HSL color Cylindrical-coordinate representation of color #BE03DB: hue angle of 291.94º 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 #BE03DB is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 3 219 -
CMYK 0.13 0.99 0 0.14
HSL 291.94º 0.97% 0.44% -
HSV(B) 291.94º 0.99% 0.86% -
XYZ 34.05 16.13 68.34 -
YUV 83.54 204.45 203.94 -
System Red Green Blue C M Y K H S L
Decimal 190 3 219 0.13 0.99 0 0.14 291.94 0.97 0.44
Hex BE 3 DB D 63 0 E 124 61 2C
Octal 276 3 333 15 143 0 16 444 141 54
Binary 10111110 11 11011011 1101 1100011 0 1110 100100100 1100001 101100

Color Harmonies of #BE03DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03DB

Black with #BE03DB

Text Example


Text Example

White with #BE03DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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