Html Css Color HEX #BE19B6 Deep Magenta

📋 copy color: '#BE19B6'

red 190 ◦ green 25 ◦ blue 182

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

Shades of Deep Magenta #BE19B6

Tints of Deep Magenta #BE19B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 47.86%
G = 6.3%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE19B6 (or 0xBE19B6) is known color: Deep Magenta. HEX triplet: BE, 19 and B6. RGB value is (190,25,182). Sum of RGB (Red+Green+Blue) = 190+25+182=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19B6 is #41E649. Grayscale: #5B5B5B. Windows color (decimal): -4318794 or 11934142. OLE color: 11934142.

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

Color convert

RGB 190 25 182 -
CMYK 0 0.87 0.04 0.25
HSL 302.91º 0.77% 0.42% -
HSV(B) 302.91º 0.87% 0.75% -
XYZ 30.03 15.02 45.57 -
YUV 92.23 178.66 197.73 -
System Red Green Blue C M Y K H S L
Decimal 190 25 182 0 0.87 0.04 0.25 302.91 0.77 0.42
Hex BE 19 B6 0 57 4 19 12F 4D 2A
Octal 276 31 266 0 127 4 31 457 115 52
Binary 10111110 11001 10110110 0 1010111 100 11001 100101111 1001101 101010

Color Harmonies of #BE19B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19B6

Black with #BE19B6

Text Example


Text Example

White with #BE19B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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