Html Css Color HEX #BE21BE Deep Magenta

📋 copy color: '#BE21BE'

red 190 ◦ green 33 ◦ blue 190

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

Shades of Deep Magenta #BE21BE

Tints of Deep Magenta #BE21BE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.99%

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

R = 46%
G = 7.99%
B = 46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE21BE (or 0xBE21BE) is known color: Deep Magenta. HEX triplet: BE, 21 and BE. RGB value is (190,33,190). Sum of RGB (Red+Green+Blue) = 190+33+190=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 33 (13.28% from 255 or 7.99% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21BE is #41DE41. Grayscale: #616161. Windows color (decimal): -4316738 or 12460478. OLE color: 12460478.

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

Color convert

RGB 190 33 190 -
CMYK 0 0.83 0 0.25
HSL 300º 0.7% 0.44% -
HSV(B) 300º 0.83% 0.75% -
XYZ 31.07 15.75 50.12 -
YUV 97.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 190 33 190 0 0.83 0 0.25 300 0.7 0.44
Hex BE 21 BE 0 53 0 19 12C 46 2C
Octal 276 41 276 0 123 0 31 454 106 54
Binary 10111110 100001 10111110 0 1010011 0 11001 100101100 1000110 101100

Color Harmonies of #BE21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21BE

Black with #BE21BE

Text Example


Text Example

White with #BE21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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