Html Css Color HEX #BE24CA Deep Magenta

📋 copy color: '#BE24CA'

red 190 ◦ green 36 ◦ blue 202

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

Shades of Deep Magenta #BE24CA

Tints of Deep Magenta #BE24CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 44.39%
G = 8.41%
B = 47.2%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE24CA (or 0xBE24CA) is known color: Deep Magenta. HEX triplet: BE, 24 and CA. RGB value is (190,36,202). Sum of RGB (Red+Green+Blue) = 190+36+202=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE24CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24CA is #41DB35. Grayscale: #646464. Windows color (decimal): -4315958 or 13247678. OLE color: 13247678.

HSL color Cylindrical-coordinate representation of color #BE24CA: hue angle of 295.66º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE24CA is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 36 202 -
CMYK 0.06 0.82 0 0.21
HSL 295.66º 0.7% 0.47% -
HSV(B) 295.66º 0.82% 0.79% -
XYZ 32.53 16.47 57.34 -
YUV 100.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 190 36 202 0.06 0.82 0 0.21 295.66 0.7 0.47
Hex BE 24 CA 6 52 0 15 128 46 2F
Octal 276 44 312 6 122 0 25 450 106 57
Binary 10111110 100100 11001010 110 1010010 0 10101 100101000 1000110 101111

Color Harmonies of #BE24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24CA

Black with #BE24CA

Text Example


Text Example

White with #BE24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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