Html Css Color HEX #BE20C2 Deep Magenta

📋 copy color: '#BE20C2'

red 190 ◦ green 32 ◦ blue 194

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

Shades of Deep Magenta #BE20C2

Tints of Deep Magenta #BE20C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.63%

R = 45.67%
G = 7.69%
B = 46.63%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE20C2 (or 0xBE20C2) is known color: Deep Magenta. HEX triplet: BE, 20 and C2. RGB value is (190,32,194). Sum of RGB (Red+Green+Blue) = 190+32+194=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE20C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20C2 is #41DF3D. Grayscale: #616161. Windows color (decimal): -4316990 or 12722366. OLE color: 12722366.

HSL color Cylindrical-coordinate representation of color #BE20C2: hue angle of 298.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE20C2 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 32 194 -
CMYK 0.02 0.84 0 0.24
HSL 298.52º 0.72% 0.44% -
HSV(B) 298.52º 0.84% 0.76% -
XYZ 31.49 15.88 52.44 -
YUV 97.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 190 32 194 0.02 0.84 0 0.24 298.52 0.72 0.44
Hex BE 20 C2 2 54 0 18 12B 48 2C
Octal 276 40 302 2 124 0 30 453 110 54
Binary 10111110 100000 11000010 10 1010100 0 11000 100101011 1001000 101100

Color Harmonies of #BE20C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20C2

Black with #BE20C2

Text Example


Text Example

White with #BE20C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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