Html Css Color HEX #BE04BE Deep Magenta

📋 copy color: '#BE04BE'

red 190 ◦ green 4 ◦ blue 190

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

Shades of Deep Magenta #BE04BE

Tints of Deep Magenta #BE04BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 49.48%
G = 1.04%
B = 49.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE04BE (or 0xBE04BE) is known color: Deep Magenta. HEX triplet: BE, 04 and BE. RGB value is (190,4,190). Sum of RGB (Red+Green+Blue) = 190+4+190=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE04BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04BE is #41FB41. Grayscale: #505050. Windows color (decimal): -4324162 or 12453054. OLE color: 12453054.

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

Color convert

RGB 190 4 190 -
CMYK 0 0.98 0 0.25
HSL 300º 0.96% 0.38% -
HSV(B) 300º 0.98% 0.75% -
XYZ 30.57 14.75 49.95 -
YUV 80.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 190 4 190 0 0.98 0 0.25 300 0.96 0.38
Hex BE 4 BE 0 62 0 19 12C 60 26
Octal 276 4 276 0 142 0 31 454 140 46
Binary 10111110 100 10111110 0 1100010 0 11001 100101100 1100000 100110

Color Harmonies of #BE04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04BE

Black with #BE04BE

Text Example


Text Example

White with #BE04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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