Html Css Color HEX #BE04DF Deep Magenta

📋 copy color: '#BE04DF'

red 190 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #BE04DF

Tints of Deep Magenta #BE04DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

 BLUE value IS 223 (87.5% from 255) = 53.48%

R = 45.56%
G = 0.96%
B = 53.48%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE04DF (or 0xBE04DF) is known color: Deep Magenta. HEX triplet: BE, 04 and DF. RGB value is (190,4,223). Sum of RGB (Red+Green+Blue) = 190+4+223=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04DF is #41FB20. Grayscale: #535353. Windows color (decimal): -4324129 or 14615742. OLE color: 14615742.

HSL color Cylindrical-coordinate representation of color #BE04DF: hue angle of 290.96º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04DF is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 4 223 -
CMYK 0.15 0.98 0 0.13
HSL 290.96º 0.96% 0.45% -
HSV(B) 290.96º 0.98% 0.87% -
XYZ 34.6 16.36 71.15 -
YUV 84.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 190 4 223 0.15 0.98 0 0.13 290.96 0.96 0.45
Hex BE 4 DF F 62 0 D 123 60 2D
Octal 276 4 337 17 142 0 15 443 140 55
Binary 10111110 100 11011111 1111 1100010 0 1101 100100011 1100000 101101

Color Harmonies of #BE04DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04DF

Black with #BE04DF

Text Example


Text Example

White with #BE04DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04DF; }

 p { color: rgb(190,4,223); }

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

background-color css

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

 a { background-color: rgb(190,4,223); }

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

border-color css

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

 span { border-color: rgb(190,4,223); }

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