Html Css Color HEX #BE00DD Deep Magenta

📋 copy color: '#BE00DD'

red 190 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #BE00DD

Tints of Deep Magenta #BE00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.23%
G = 0%
B = 53.77%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE00DD (or 0xBE00DD) is known color: Deep Magenta. HEX triplet: BE, 00 and DD. RGB value is (190,0,221). Sum of RGB (Red+Green+Blue) = 190+0+221=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE00DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE00DD is #41FF22. Grayscale: #515151. Windows color (decimal): -4325155 or 14483646. OLE color: 14483646.

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

Color convert

RGB 190 0 221 -
CMYK 0.14 1 0 0.13
HSL 291.58º 1% 0.43% -
HSV(B) 291.58º 1% 0.87% -
XYZ 34.29 16.17 69.72 -
YUV 82 206.45 205.03 -
System Red Green Blue C M Y K H S L
Decimal 190 0 221 0.14 1 0 0.13 291.58 1 0.43
Hex BE 0 DD E 64 0 D 124 64 2B
Octal 276 0 335 16 144 0 15 444 144 53
Binary 10111110 0 11011101 1110 1100100 0 1101 100100100 1100100 101011

Color Harmonies of #BE00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE00DD

Black with #BE00DD

Text Example


Text Example

White with #BE00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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