Html Css Color HEX #BE24BE Deep Magenta

📋 copy color: '#BE24BE'

red 190 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #BE24BE

Tints of Deep Magenta #BE24BE

RGB

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

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

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

R = 45.67%
G = 8.65%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE24BE (or 0xBE24BE) is known color: Deep Magenta. HEX triplet: BE, 24 and BE. RGB value is (190,36,190). Sum of RGB (Red+Green+Blue) = 190+36+190=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 36 (14.45% from 255 or 8.65% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE24BE is #41DB41. Grayscale: #636363. Windows color (decimal): -4315970 or 12461246. OLE color: 12461246.

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

Color convert

RGB 190 36 190 -
CMYK 0 0.81 0 0.25
HSL 300º 0.68% 0.44% -
HSV(B) 300º 0.81% 0.75% -
XYZ 31.16 15.93 50.15 -
YUV 99.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 190 36 190 0 0.81 0 0.25 300 0.68 0.44
Hex BE 24 BE 0 51 0 19 12C 44 2C
Octal 276 44 276 0 121 0 31 454 104 54
Binary 10111110 100100 10111110 0 1010001 0 11001 100101100 1000100 101100

Color Harmonies of #BE24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE24BE

Black with #BE24BE

Text Example


Text Example

White with #BE24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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