Html Css Color HEX #BE19BC Deep Magenta

📋 copy color: '#BE19BC'

red 190 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #BE19BC

Tints of Deep Magenta #BE19BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 47.15%
G = 6.2%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE19BC (or 0xBE19BC) is known color: Deep Magenta. HEX triplet: BE, 19 and BC. RGB value is (190,25,188). Sum of RGB (Red+Green+Blue) = 190+25+188=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE19BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19BC is #41E643. Grayscale: #5C5C5C. Windows color (decimal): -4318788 or 12327358. OLE color: 12327358.

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

Color convert

RGB 190 25 188 -
CMYK 0 0.87 0.01 0.25
HSL 300.73º 0.77% 0.42% -
HSV(B) 300.73º 0.87% 0.75% -
XYZ 30.66 15.27 48.91 -
YUV 92.92 181.66 197.25 -
System Red Green Blue C M Y K H S L
Decimal 190 25 188 0 0.87 0.01 0.25 300.73 0.77 0.42
Hex BE 19 BC 0 57 1 19 12D 4D 2A
Octal 276 31 274 0 127 1 31 455 115 52
Binary 10111110 11001 10111100 0 1010111 1 11001 100101101 1001101 101010

Color Harmonies of #BE19BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19BC

Black with #BE19BC

Text Example


Text Example

White with #BE19BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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