Html Css Color HEX #BE09DC Deep Magenta

📋 copy color: '#BE09DC'

red 190 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #BE09DC

Tints of Deep Magenta #BE09DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 45.35%
G = 2.15%
B = 52.51%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE09DC (or 0xBE09DC) is known color: Deep Magenta. HEX triplet: BE, 09 and DC. RGB value is (190,9,220). Sum of RGB (Red+Green+Blue) = 190+9+220=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE09DC is #41F623. Grayscale: #565656. Windows color (decimal): -4322852 or 14420414. OLE color: 14420414.

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

Color convert

RGB 190 9 220 -
CMYK 0.14 0.96 0 0.14
HSL 291.47º 0.92% 0.45% -
HSV(B) 291.47º 0.96% 0.86% -
XYZ 34.25 16.31 69.05 -
YUV 87.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 190 9 220 0.14 0.96 0 0.14 291.47 0.92 0.45
Hex BE 9 DC E 60 0 E 123 5C 2D
Octal 276 11 334 16 140 0 16 443 134 55
Binary 10111110 1001 11011100 1110 1100000 0 1110 100100011 1011100 101101

Color Harmonies of #BE09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE09DC

Black with #BE09DC

Text Example


Text Example

White with #BE09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE09DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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