Html Css Color HEX #BE04C4 Deep Magenta

📋 copy color: '#BE04C4'

red 190 ◦ green 4 ◦ blue 196

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

Shades of Deep Magenta #BE04C4

Tints of Deep Magenta #BE04C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.26%

R = 48.72%
G = 1.03%
B = 50.26%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE04C4 (or 0xBE04C4) is known color: Deep Magenta. HEX triplet: BE, 04 and C4. RGB value is (190,4,196). Sum of RGB (Red+Green+Blue) = 190+4+196=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE04C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04C4 is #41FB3B. Grayscale: #505050. Windows color (decimal): -4324156 or 12846270. OLE color: 12846270.

HSL color Cylindrical-coordinate representation of color #BE04C4: hue angle of 298.12º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE04C4 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 4 196 -
CMYK 0.03 0.98 0 0.23
HSL 298.13º 0.96% 0.39% -
HSV(B) 298.13º 0.98% 0.77% -
XYZ 31.24 15.02 53.48 -
YUV 81.5 192.62 205.39 -
System Red Green Blue C M Y K H S L
Decimal 190 4 196 0.03 0.98 0 0.23 298.13 0.96 0.39
Hex BE 4 C4 3 62 0 17 12A 60 27
Octal 276 4 304 3 142 0 27 452 140 47
Binary 10111110 100 11000100 11 1100010 0 10111 100101010 1100000 100111

Color Harmonies of #BE04C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04C4

Black with #BE04C4

Text Example


Text Example

White with #BE04C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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