Html Css Color HEX #BE01BE Deep Magenta

📋 copy color: '#BE01BE'

red 190 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #BE01BE

Tints of Deep Magenta #BE01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 49.87%
G = 0.26%
B = 49.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE01BE (or 0xBE01BE) is known color: Deep Magenta. HEX triplet: BE, 01 and BE. RGB value is (190,1,190). Sum of RGB (Red+Green+Blue) = 190+1+190=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01BE is #41FE41. Grayscale: #4E4E4E. Windows color (decimal): -4324930 or 12452286. OLE color: 12452286.

HSL color Cylindrical-coordinate representation of color #BE01BE: hue angle of 300º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE01BE is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 190 -
CMYK 0 0.99 0 0.25
HSL 300º 0.99% 0.37% -
HSV(B) 300º 0.99% 0.75% -
XYZ 30.54 14.69 49.94 -
YUV 79.06 190.62 207.13 -
System Red Green Blue C M Y K H S L
Decimal 190 1 190 0 0.99 0 0.25 300 0.99 0.37
Hex BE 1 BE 0 63 0 19 12C 63 25
Octal 276 1 276 0 143 0 31 454 143 45
Binary 10111110 1 10111110 0 1100011 0 11001 100101100 1100011 100101

Color Harmonies of #BE01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01BE

Black with #BE01BE

Text Example


Text Example

White with #BE01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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