Html Css Color HEX #BE20B7 Deep Magenta

📋 copy color: '#BE20B7'

red 190 ◦ green 32 ◦ blue 183

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

Shades of Deep Magenta #BE20B7

Tints of Deep Magenta #BE20B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 46.91%
G = 7.9%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE20B7 (or 0xBE20B7) is known color: Deep Magenta. HEX triplet: BE, 20 and B7. RGB value is (190,32,183). Sum of RGB (Red+Green+Blue) = 190+32+183=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20B7 is #41DF48. Grayscale: #606060. Windows color (decimal): -4317001 or 12001470. OLE color: 12001470.

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

Color convert

RGB 190 32 183 -
CMYK 0 0.83 0.04 0.25
HSL 302.66º 0.71% 0.44% -
HSV(B) 302.66º 0.83% 0.75% -
XYZ 30.3 15.4 46.18 -
YUV 96.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 190 32 183 0 0.83 0.04 0.25 302.66 0.71 0.44
Hex BE 20 B7 0 53 4 19 12F 47 2C
Octal 276 40 267 0 123 4 31 457 107 54
Binary 10111110 100000 10110111 0 1010011 100 11001 100101111 1000111 101100

Color Harmonies of #BE20B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20B7

Black with #BE20B7

Text Example


Text Example

White with #BE20B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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