Html Css Color HEX #BE05DC Deep Magenta

📋 copy color: '#BE05DC'

red 190 ◦ green 5 ◦ blue 220

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

Shades of Deep Magenta #BE05DC

Tints of Deep Magenta #BE05DC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

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

R = 45.78%
G = 1.2%
B = 53.01%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE05DC (or 0xBE05DC) is known color: Deep Magenta. HEX triplet: BE, 05 and DC. RGB value is (190,5,220). Sum of RGB (Red+Green+Blue) = 190+5+220=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05DC is #41FA23. Grayscale: #545454. Windows color (decimal): -4323876 or 14419390. OLE color: 14419390.

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

Color convert

RGB 190 5 220 -
CMYK 0.14 0.98 0 0.14
HSL 291.63º 0.96% 0.44% -
HSV(B) 291.63º 0.98% 0.86% -
XYZ 34.21 16.22 69.04 -
YUV 84.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 190 5 220 0.14 0.98 0 0.14 291.63 0.96 0.44
Hex BE 5 DC E 62 0 E 124 60 2C
Octal 276 5 334 16 142 0 16 444 140 54
Binary 10111110 101 11011100 1110 1100010 0 1110 100100100 1100000 101100

Color Harmonies of #BE05DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05DC

Black with #BE05DC

Text Example


Text Example

White with #BE05DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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