Html Css Color HEX #BE07DC Deep Magenta

📋 copy color: '#BE07DC'

red 190 ◦ green 7 ◦ blue 220

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

Shades of Deep Magenta #BE07DC

Tints of Deep Magenta #BE07DC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

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

R = 45.56%
G = 1.68%
B = 52.76%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE07DC (or 0xBE07DC) is known color: Deep Magenta. HEX triplet: BE, 07 and DC. RGB value is (190,7,220). Sum of RGB (Red+Green+Blue) = 190+7+220=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE07DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07DC is #41F823. Grayscale: #555555. Windows color (decimal): -4323364 or 14419902. OLE color: 14419902.

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

Color convert

RGB 190 7 220 -
CMYK 0.14 0.97 0 0.14
HSL 291.55º 0.94% 0.45% -
HSV(B) 291.55º 0.97% 0.86% -
XYZ 34.23 16.27 69.05 -
YUV 86 203.63 202.18 -
System Red Green Blue C M Y K H S L
Decimal 190 7 220 0.14 0.97 0 0.14 291.55 0.94 0.45
Hex BE 7 DC E 61 0 E 124 5E 2D
Octal 276 7 334 16 141 0 16 444 136 55
Binary 10111110 111 11011100 1110 1100001 0 1110 100100100 1011110 101101

Color Harmonies of #BE07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07DC

Black with #BE07DC

Text Example


Text Example

White with #BE07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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