Html Css Color HEX #BE15C2 Deep Magenta

📋 copy color: '#BE15C2'

red 190 ◦ green 21 ◦ blue 194

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

Shades of Deep Magenta #BE15C2

Tints of Deep Magenta #BE15C2

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.19%

 BLUE value IS 194 (76.17% from 255) = 47.9%

R = 46.91%
G = 5.19%
B = 47.9%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE15C2 (or 0xBE15C2) is known color: Deep Magenta. HEX triplet: BE, 15 and C2. RGB value is (190,21,194). Sum of RGB (Red+Green+Blue) = 190+21+194=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE15C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15C2 is #41EA3D. Grayscale: #5A5A5A. Windows color (decimal): -4319806 or 12719550. OLE color: 12719550.

HSL color Cylindrical-coordinate representation of color #BE15C2: hue angle of 298.61º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE15C2 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 21 194 -
CMYK 0.02 0.89 0 0.24
HSL 298.61º 0.8% 0.42% -
HSV(B) 298.61º 0.89% 0.76% -
XYZ 31.24 15.38 52.36 -
YUV 91.25 185.99 198.43 -
System Red Green Blue C M Y K H S L
Decimal 190 21 194 0.02 0.89 0 0.24 298.61 0.8 0.42
Hex BE 15 C2 2 59 0 18 12B 50 2A
Octal 276 25 302 2 131 0 30 453 120 52
Binary 10111110 10101 11000010 10 1011001 0 11000 100101011 1010000 101010

Color Harmonies of #BE15C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15C2

Black with #BE15C2

Text Example


Text Example

White with #BE15C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15C2; }

 p { color: rgb(190,21,194); }

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

background-color css

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

 a { background-color: rgb(190,21,194); }

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

border-color css

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

 span { border-color: rgb(190,21,194); }

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