Html Css Color HEX #BE24E0 Deep Magenta

📋 copy color: '#BE24E0'

red 190 ◦ green 36 ◦ blue 224

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

Shades of Deep Magenta #BE24E0

Tints of Deep Magenta #BE24E0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8%

 BLUE value IS 224 (87.89% from 255) = 49.78%

R = 42.22%
G = 8%
B = 49.78%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE24E0 (or 0xBE24E0) is known color: Deep Magenta. HEX triplet: BE, 24 and E0. RGB value is (190,36,224). Sum of RGB (Red+Green+Blue) = 190+36+224=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 36 (14.45% from 255 or 8% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE24E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24E0 is #41DB1F. Grayscale: #666666. Windows color (decimal): -4315936 or 14689470. OLE color: 14689470.

HSL color Cylindrical-coordinate representation of color #BE24E0: hue angle of 289.15º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE24E0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 36 224 -
CMYK 0.15 0.84 0 0.12
HSL 289.15º 0.75% 0.51% -
HSV(B) 289.15º 0.84% 0.88% -
XYZ 35.32 17.59 72.05 -
YUV 103.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 190 36 224 0.15 0.84 0 0.12 289.15 0.75 0.51
Hex BE 24 E0 F 54 0 C 121 4B 33
Octal 276 44 340 17 124 0 14 441 113 63
Binary 10111110 100100 11100000 1111 1010100 0 1100 100100001 1001011 110011

Color Harmonies of #BE24E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24E0

Black with #BE24E0

Text Example


Text Example

White with #BE24E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24E0; }

 p { color: rgb(190,36,224); }

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

background-color css

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

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

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

border-color css

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

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

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