Html Css Color HEX #BE01D7 Deep Magenta

📋 copy color: '#BE01D7'

red 190 ◦ green 1 ◦ blue 215

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

Shades of Deep Magenta #BE01D7

Tints of Deep Magenta #BE01D7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 215 (84.38% from 255) = 52.96%

R = 46.8%
G = 0.25%
B = 52.96%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE01D7 (or 0xBE01D7) is known color: Deep Magenta. HEX triplet: BE, 01 and D7. RGB value is (190,1,215). Sum of RGB (Red+Green+Blue) = 190+1+215=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE01D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01D7 is #41FE28. Grayscale: #515151. Windows color (decimal): -4324905 or 14090686. OLE color: 14090686.

HSL color Cylindrical-coordinate representation of color #BE01D7: hue angle of 292.99º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01D7 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 1 215 -
CMYK 0.12 1.00 0 0.16
HSL 292.99º 0.99% 0.42% -
HSV(B) 292.99º 1% 0.84% -
XYZ 33.51 15.88 65.59 -
YUV 81.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 190 1 215 0.12 1.00 0 0.16 292.99 0.99 0.42
Hex BE 1 D7 C 64 0 10 125 63 2A
Octal 276 1 327 14 144 0 20 445 143 52
Binary 10111110 1 11010111 1100 1100100 0 10000 100100101 1100011 101010

Color Harmonies of #BE01D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01D7

Black with #BE01D7

Text Example


Text Example

White with #BE01D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01D7; }

 p { color: rgb(190,1,215); }

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

background-color css

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

 a { background-color: rgb(190,1,215); }

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

border-color css

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

 span { border-color: rgb(190,1,215); }

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