Html Css Color HEX #BE07CF Deep Magenta

📋 copy color: '#BE07CF'

red 190 ◦ green 7 ◦ blue 207

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

Shades of Deep Magenta #BE07CF

Tints of Deep Magenta #BE07CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 47.03%
G = 1.73%
B = 51.24%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE07CF (or 0xBE07CF) is known color: Deep Magenta. HEX triplet: BE, 07 and CF. RGB value is (190,7,207). Sum of RGB (Red+Green+Blue) = 190+7+207=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE07CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE07CF is #41F830. Grayscale: #535353. Windows color (decimal): -4323377 or 13567934. OLE color: 13567934.

HSL color Cylindrical-coordinate representation of color #BE07CF: hue angle of 294.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE07CF is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 7 207 -
CMYK 0.08 0.97 0 0.19
HSL 294.9º 0.93% 0.42% -
HSV(B) 294.9º 0.97% 0.81% -
XYZ 32.57 15.6 60.33 -
YUV 84.52 197.13 203.24 -
System Red Green Blue C M Y K H S L
Decimal 190 7 207 0.08 0.97 0 0.19 294.9 0.93 0.42
Hex BE 7 CF 8 61 0 13 127 5D 2A
Octal 276 7 317 10 141 0 23 447 135 52
Binary 10111110 111 11001111 1000 1100001 0 10011 100100111 1011101 101010

Color Harmonies of #BE07CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE07CF

Black with #BE07CF

Text Example


Text Example

White with #BE07CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE07CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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