Html Css Color HEX #BE19CA Deep Magenta

📋 copy color: '#BE19CA'

red 190 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #BE19CA

Tints of Deep Magenta #BE19CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 45.56%
G = 6%
B = 48.44%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE19CA (or 0xBE19CA) is known color: Deep Magenta. HEX triplet: BE, 19 and CA. RGB value is (190,25,202). Sum of RGB (Red+Green+Blue) = 190+25+202=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE19CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE19CA is #41E635. Grayscale: #5D5D5D. Windows color (decimal): -4318774 or 13244862. OLE color: 13244862.

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

Color convert

RGB 190 25 202 -
CMYK 0.06 0.88 0 0.21
HSL 295.93º 0.78% 0.45% -
HSV(B) 295.93º 0.88% 0.79% -
XYZ 32.24 15.91 57.25 -
YUV 94.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 190 25 202 0.06 0.88 0 0.21 295.93 0.78 0.45
Hex BE 19 CA 6 58 0 15 128 4E 2D
Octal 276 31 312 6 130 0 25 450 116 55
Binary 10111110 11001 11001010 110 1011000 0 10101 100101000 1001110 101101

Color Harmonies of #BE19CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE19CA

Black with #BE19CA

Text Example


Text Example

White with #BE19CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE19CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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