Html Css Color HEX #BE07D8 Deep Magenta

📋 copy color: '#BE07D8'

red 190 ◦ green 7 ◦ blue 216

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

Shades of Deep Magenta #BE07D8

Tints of Deep Magenta #BE07D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.3%

R = 46%
G = 1.69%
B = 52.3%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE07D8 (or 0xBE07D8) is known color: Deep Magenta. HEX triplet: BE, 07 and D8. RGB value is (190,7,216). Sum of RGB (Red+Green+Blue) = 190+7+216=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 216 (84.77% from 255 or 52.30% from 413); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE07D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07D8 is #41F827. Grayscale: #545454. Windows color (decimal): -4323368 or 14157758. OLE color: 14157758.

HSL color Cylindrical-coordinate representation of color #BE07D8: hue angle of 292.54º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07D8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 7 216 -
CMYK 0.12 0.97 0 0.15
HSL 292.54º 0.94% 0.44% -
HSV(B) 292.54º 0.97% 0.85% -
XYZ 33.71 16.06 66.29 -
YUV 85.54 201.63 202.51 -
System Red Green Blue C M Y K H S L
Decimal 190 7 216 0.12 0.97 0 0.15 292.54 0.94 0.44
Hex BE 7 D8 C 61 0 F 125 5E 2C
Octal 276 7 330 14 141 0 17 445 136 54
Binary 10111110 111 11011000 1100 1100001 0 1111 100100101 1011110 101100

Color Harmonies of #BE07D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07D8

Black with #BE07D8

Text Example


Text Example

White with #BE07D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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