Html Css Color HEX #BE20B4 Deep Magenta

📋 copy color: '#BE20B4'

red 190 ◦ green 32 ◦ blue 180

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

Shades of Deep Magenta #BE20B4

Tints of Deep Magenta #BE20B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.78%

R = 47.26%
G = 7.96%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE20B4 (or 0xBE20B4) is known color: Deep Magenta. HEX triplet: BE, 20 and B4. RGB value is (190,32,180). Sum of RGB (Red+Green+Blue) = 190+32+180=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE20B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE20B4 is #41DF4B. Grayscale: #5F5F5F. Windows color (decimal): -4317004 or 11804862. OLE color: 11804862.

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

Color convert

RGB 190 32 180 -
CMYK 0 0.83 0.05 0.25
HSL 303.8º 0.71% 0.44% -
HSV(B) 303.8º 0.83% 0.75% -
XYZ 29.99 15.28 44.55 -
YUV 96.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 190 32 180 0 0.83 0.05 0.25 303.8 0.71 0.44
Hex BE 20 B4 0 53 5 19 130 47 2C
Octal 276 40 264 0 123 5 31 460 107 54
Binary 10111110 100000 10110100 0 1010011 101 11001 100110000 1000111 101100

Color Harmonies of #BE20B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE20B4

Black with #BE20B4

Text Example


Text Example

White with #BE20B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE20B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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