Html Css Color HEX #BE24D5 Deep Magenta

📋 copy color: '#BE24D5'

red 190 ◦ green 36 ◦ blue 213

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

Shades of Deep Magenta #BE24D5

Tints of Deep Magenta #BE24D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.52%

R = 43.28%
G = 8.2%
B = 48.52%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE24D5 (or 0xBE24D5) is known color: Deep Magenta. HEX triplet: BE, 24 and D5. RGB value is (190,36,213). Sum of RGB (Red+Green+Blue) = 190+36+213=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 36 (14.45% from 255 or 8.20% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE24D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24D5 is #41DB2A. Grayscale: #656565. Windows color (decimal): -4315947 or 13968574. OLE color: 13968574.

HSL color Cylindrical-coordinate representation of color #BE24D5: hue angle of 292.2º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE24D5 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 36 213 -
CMYK 0.11 0.83 0 0.16
HSL 292.2º 0.71% 0.49% -
HSV(B) 292.2º 0.83% 0.84% -
XYZ 33.88 17.01 64.45 -
YUV 102.22 190.52 190.61 -
System Red Green Blue C M Y K H S L
Decimal 190 36 213 0.11 0.83 0 0.16 292.2 0.71 0.49
Hex BE 24 D5 B 53 0 10 124 47 31
Octal 276 44 325 13 123 0 20 444 107 61
Binary 10111110 100100 11010101 1011 1010011 0 10000 100100100 1000111 110001

Color Harmonies of #BE24D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24D5

Black with #BE24D5

Text Example


Text Example

White with #BE24D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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