Html Css Color HEX #BE09DD Deep Magenta

📋 copy color: '#BE09DD'

red 190 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #BE09DD

Tints of Deep Magenta #BE09DD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.14%

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

R = 45.24%
G = 2.14%
B = 52.62%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE09DD (or 0xBE09DD) is known color: Deep Magenta. HEX triplet: BE, 09 and DD. RGB value is (190,9,221). Sum of RGB (Red+Green+Blue) = 190+9+221=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09DD is #41F622. Grayscale: #565656. Windows color (decimal): -4322851 or 14485950. OLE color: 14485950.

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

Color convert

RGB 190 9 221 -
CMYK 0.14 0.96 0 0.13
HSL 291.23º 0.92% 0.45% -
HSV(B) 291.23º 0.96% 0.87% -
XYZ 34.38 16.36 69.75 -
YUV 87.29 203.47 201.26 -
System Red Green Blue C M Y K H S L
Decimal 190 9 221 0.14 0.96 0 0.13 291.23 0.92 0.45
Hex BE 9 DD E 60 0 D 123 5C 2D
Octal 276 11 335 16 140 0 15 443 134 55
Binary 10111110 1001 11011101 1110 1100000 0 1101 100100011 1011100 101101

Color Harmonies of #BE09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09DD

Black with #BE09DD

Text Example


Text Example

White with #BE09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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