Html Css Color HEX #BE15DD Deep Magenta

📋 copy color: '#BE15DD'

red 190 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #BE15DD

Tints of Deep Magenta #BE15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 43.98%
G = 4.86%
B = 51.16%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE15DD (or 0xBE15DD) is known color: Deep Magenta. HEX triplet: BE, 15 and DD. RGB value is (190,21,221). Sum of RGB (Red+Green+Blue) = 190+21+221=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15DD is #41EA22. Grayscale: #5D5D5D. Windows color (decimal): -4319779 or 14489022. OLE color: 14489022.

HSL color Cylindrical-coordinate representation of color #BE15DD: hue angle of 290.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE15DD is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 21 221 -
CMYK 0.14 0.90 0 0.13
HSL 290.7º 0.83% 0.47% -
HSV(B) 290.7º 0.9% 0.87% -
XYZ 34.55 16.7 69.81 -
YUV 94.33 199.49 196.24 -
System Red Green Blue C M Y K H S L
Decimal 190 21 221 0.14 0.90 0 0.13 290.7 0.83 0.47
Hex BE 15 DD E 5A 0 D 123 53 2F
Octal 276 25 335 16 132 0 15 443 123 57
Binary 10111110 10101 11011101 1110 1011010 0 1101 100100011 1010011 101111

Color Harmonies of #BE15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE15DD

Black with #BE15DD

Text Example


Text Example

White with #BE15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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