Html Css Color HEX #BE20B2 Deep Magenta

📋 copy color: '#BE20B2'

red 190 ◦ green 32 ◦ blue 178

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

Shades of Deep Magenta #BE20B2

Tints of Deep Magenta #BE20B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 47.5%
G = 8%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE20B2 (or 0xBE20B2) is known color: Deep Magenta. HEX triplet: BE, 20 and B2. RGB value is (190,32,178). Sum of RGB (Red+Green+Blue) = 190+32+178=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE20B2 is #41DF4D. Grayscale: #5F5F5F. Windows color (decimal): -4317006 or 11673790. OLE color: 11673790.

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

Color convert

RGB 190 32 178 -
CMYK 0 0.83 0.06 0.25
HSL 304.56º 0.71% 0.44% -
HSV(B) 304.56º 0.83% 0.75% -
XYZ 29.79 15.19 43.48 -
YUV 95.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 190 32 178 0 0.83 0.06 0.25 304.56 0.71 0.44
Hex BE 20 B2 0 53 6 19 131 47 2C
Octal 276 40 262 0 123 6 31 461 107 54
Binary 10111110 100000 10110010 0 1010011 110 11001 100110001 1000111 101100

Color Harmonies of #BE20B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20B2

Black with #BE20B2

Text Example


Text Example

White with #BE20B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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