Html Css Color HEX #BE15BF Deep Magenta

📋 copy color: '#BE15BF'

red 190 ◦ green 21 ◦ blue 191

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

Shades of Deep Magenta #BE15BF

Tints of Deep Magenta #BE15BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.51%

R = 47.26%
G = 5.22%
B = 47.51%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE15BF (or 0xBE15BF) is known color: Deep Magenta. HEX triplet: BE, 15 and BF. RGB value is (190,21,191). Sum of RGB (Red+Green+Blue) = 190+21+191=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #BE15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15BF is #41EA40. Grayscale: #5A5A5A. Windows color (decimal): -4319809 or 12522942. OLE color: 12522942.

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

Color convert

RGB 190 21 191 -
CMYK 0.01 0.89 0 0.25
HSL 299.65º 0.8% 0.42% -
HSV(B) 299.65º 0.89% 0.75% -
XYZ 30.91 15.25 50.6 -
YUV 90.91 184.49 198.68 -
System Red Green Blue C M Y K H S L
Decimal 190 21 191 0.01 0.89 0 0.25 299.65 0.8 0.42
Hex BE 15 BF 1 59 0 19 12C 50 2A
Octal 276 25 277 1 131 0 31 454 120 52
Binary 10111110 10101 10111111 1 1011001 0 11001 100101100 1010000 101010

Color Harmonies of #BE15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15BF

Black with #BE15BF

Text Example


Text Example

White with #BE15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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