Html Css Color HEX #BE19CB Deep Magenta

📋 copy color: '#BE19CB'

red 190 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #BE19CB

Tints of Deep Magenta #BE19CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 45.45%
G = 5.98%
B = 48.56%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE19CB (or 0xBE19CB) is known color: Deep Magenta. HEX triplet: BE, 19 and CB. RGB value is (190,25,203). Sum of RGB (Red+Green+Blue) = 190+25+203=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE19CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19CB is #41E634. Grayscale: #5E5E5E. Windows color (decimal): -4318773 or 13310398. OLE color: 13310398.

HSL color Cylindrical-coordinate representation of color #BE19CB: hue angle of 295.62º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE19CB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 25 203 -
CMYK 0.06 0.88 0 0.20
HSL 295.62º 0.78% 0.45% -
HSV(B) 295.62º 0.88% 0.8% -
XYZ 32.36 15.95 57.87 -
YUV 94.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 190 25 203 0.06 0.88 0 0.20 295.62 0.78 0.45
Hex BE 19 CB 6 58 0 14 128 4E 2D
Octal 276 31 313 6 130 0 24 450 116 55
Binary 10111110 11001 11001011 110 1011000 0 10100 100101000 1001110 101101

Color Harmonies of #BE19CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19CB

Black with #BE19CB

Text Example


Text Example

White with #BE19CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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