Html Css Color HEX #BE21CF Deep Magenta

📋 copy color: '#BE21CF'

red 190 ◦ green 33 ◦ blue 207

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

Shades of Deep Magenta #BE21CF

Tints of Deep Magenta #BE21CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 44.19%
G = 7.67%
B = 48.14%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE21CF (or 0xBE21CF) is known color: Deep Magenta. HEX triplet: BE, 21 and CF. RGB value is (190,33,207). Sum of RGB (Red+Green+Blue) = 190+33+207=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE21CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE21CF is #41DE30. Grayscale: #636363. Windows color (decimal): -4316721 or 13574590. OLE color: 13574590.

HSL color Cylindrical-coordinate representation of color #BE21CF: hue angle of 294.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE21CF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 33 207 -
CMYK 0.08 0.84 0 0.19
HSL 294.14º 0.73% 0.47% -
HSV(B) 294.14º 0.84% 0.81% -
XYZ 33.04 16.54 60.48 -
YUV 99.78 188.51 192.35 -
System Red Green Blue C M Y K H S L
Decimal 190 33 207 0.08 0.84 0 0.19 294.14 0.73 0.47
Hex BE 21 CF 8 54 0 13 126 48 2F
Octal 276 41 317 10 124 0 23 446 110 57
Binary 10111110 100001 11001111 1000 1010100 0 10011 100100110 1001000 101111

Color Harmonies of #BE21CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE21CF

Black with #BE21CF

Text Example


Text Example

White with #BE21CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE21CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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