Html Css Color HEX #BE20CA Deep Magenta

📋 copy color: '#BE20CA'

red 190 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #BE20CA

Tints of Deep Magenta #BE20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.55%

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

R = 44.81%
G = 7.55%
B = 47.64%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE20CA (or 0xBE20CA) is known color: Deep Magenta. HEX triplet: BE, 20 and CA. RGB value is (190,32,202). Sum of RGB (Red+Green+Blue) = 190+32+202=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 32 (12.89% from 255 or 7.55% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20CA is #41DF35. Grayscale: #626262. Windows color (decimal): -4316982 or 13246654. OLE color: 13246654.

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

Color convert

RGB 190 32 202 -
CMYK 0.06 0.84 0 0.21
HSL 295.76º 0.73% 0.46% -
HSV(B) 295.76º 0.84% 0.79% -
XYZ 32.41 16.24 57.3 -
YUV 98.62 186.35 193.18 -
System Red Green Blue C M Y K H S L
Decimal 190 32 202 0.06 0.84 0 0.21 295.76 0.73 0.46
Hex BE 20 CA 6 54 0 15 128 49 2E
Octal 276 40 312 6 124 0 25 450 111 56
Binary 10111110 100000 11001010 110 1010100 0 10101 100101000 1001001 101110

Color Harmonies of #BE20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20CA

Black with #BE20CA

Text Example


Text Example

White with #BE20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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