Html Css Color HEX #BE19B2 Deep Magenta

📋 copy color: '#BE19B2'

red 190 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #BE19B2

Tints of Deep Magenta #BE19B2

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.36%

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

R = 48.35%
G = 6.36%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE19B2 (or 0xBE19B2) is known color: Deep Magenta. HEX triplet: BE, 19 and B2. RGB value is (190,25,178). Sum of RGB (Red+Green+Blue) = 190+25+178=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 178 (69.92% from 255 or 45.29% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE19B2 is #41E64D. Grayscale: #5B5B5B. Windows color (decimal): -4318798 or 11671998. OLE color: 11671998.

HSL color Cylindrical-coordinate representation of color #BE19B2: hue angle of 304.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE19B2 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 25 178 -
CMYK 0 0.87 0.06 0.25
HSL 304.36º 0.77% 0.42% -
HSV(B) 304.36º 0.87% 0.75% -
XYZ 29.62 14.86 43.43 -
YUV 91.78 176.66 198.06 -
System Red Green Blue C M Y K H S L
Decimal 190 25 178 0 0.87 0.06 0.25 304.36 0.77 0.42
Hex BE 19 B2 0 57 6 19 130 4D 2A
Octal 276 31 262 0 127 6 31 460 115 52
Binary 10111110 11001 10110010 0 1010111 110 11001 100110000 1001101 101010

Color Harmonies of #BE19B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19B2

Black with #BE19B2

Text Example


Text Example

White with #BE19B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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