Html Css Color HEX #BE06DB Deep Magenta

📋 copy color: '#BE06DB'

red 190 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #BE06DB

Tints of Deep Magenta #BE06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.45%

 BLUE value IS 219 (85.94% from 255) = 52.77%

R = 45.78%
G = 1.45%
B = 52.77%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE06DB (or 0xBE06DB) is known color: Deep Magenta. HEX triplet: BE, 06 and DB. RGB value is (190,6,219). Sum of RGB (Red+Green+Blue) = 190+6+219=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 6 (2.73% from 255 or 1.45% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE06DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE06DB is #41F924. Grayscale: #545454. Windows color (decimal): -4323621 or 14354110. OLE color: 14354110.

HSL color Cylindrical-coordinate representation of color #BE06DB: hue angle of 291.83º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE06DB is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 6 219 -
CMYK 0.13 0.97 0 0.14
HSL 291.83º 0.95% 0.44% -
HSV(B) 291.83º 0.97% 0.86% -
XYZ 34.09 16.19 68.35 -
YUV 85.3 203.46 202.68 -
System Red Green Blue C M Y K H S L
Decimal 190 6 219 0.13 0.97 0 0.14 291.83 0.95 0.44
Hex BE 6 DB D 61 0 E 124 5F 2C
Octal 276 6 333 15 141 0 16 444 137 54
Binary 10111110 110 11011011 1101 1100001 0 1110 100100100 1011111 101100

Color Harmonies of #BE06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE06DB

Black with #BE06DB

Text Example


Text Example

White with #BE06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE06DB; }

 p { color: rgb(190,6,219); }

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

background-color css

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

 a { background-color: rgb(190,6,219); }

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

border-color css

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

 span { border-color: rgb(190,6,219); }

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