Html Css Color HEX #BE20BA Deep Magenta

📋 copy color: '#BE20BA'

red 190 ◦ green 32 ◦ blue 186

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

Shades of Deep Magenta #BE20BA

Tints of Deep Magenta #BE20BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 46.57%
G = 7.84%
B = 45.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE20BA (or 0xBE20BA) is known color: Deep Magenta. HEX triplet: BE, 20 and BA. RGB value is (190,32,186). Sum of RGB (Red+Green+Blue) = 190+32+186=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 32 (12.89% from 255 or 7.84% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20BA is #41DF45. Grayscale: #606060. Windows color (decimal): -4316998 or 12198078. OLE color: 12198078.

HSL color Cylindrical-coordinate representation of color #BE20BA: hue angle of 301.52º degrees, saturation: 0.71, 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 #BE20BA is Cyan = 0, Magento = 0.83, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 186 -
CMYK 0 0.83 0.02 0.25
HSL 301.52º 0.71% 0.44% -
HSV(B) 301.52º 0.83% 0.75% -
XYZ 30.61 15.53 47.84 -
YUV 96.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 190 32 186 0 0.83 0.02 0.25 301.52 0.71 0.44
Hex BE 20 BA 0 53 2 19 12E 47 2C
Octal 276 40 272 0 123 2 31 456 107 54
Binary 10111110 100000 10111010 0 1010011 10 11001 100101110 1000111 101100

Color Harmonies of #BE20BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20BA

Black with #BE20BA

Text Example


Text Example

White with #BE20BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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