Html Css Color HEX #BE01CF Deep Magenta

📋 copy color: '#BE01CF'

red 190 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #BE01CF

Tints of Deep Magenta #BE01CF

RGB

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

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

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

R = 47.74%
G = 0.25%
B = 52.01%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE01CF (or 0xBE01CF) is known color: Deep Magenta. HEX triplet: BE, 01 and CF. RGB value is (190,1,207). Sum of RGB (Red+Green+Blue) = 190+1+207=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01CF is #41FE30. Grayscale: #505050. Windows color (decimal): -4324913 or 13566398. OLE color: 13566398.

HSL color Cylindrical-coordinate representation of color #BE01CF: hue angle of 295.05º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE01CF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 1 207 -
CMYK 0.08 1.00 0 0.19
HSL 295.05º 0.99% 0.41% -
HSV(B) 295.05º 1% 0.81% -
XYZ 32.51 15.47 60.3 -
YUV 81 199.12 205.75 -
System Red Green Blue C M Y K H S L
Decimal 190 1 207 0.08 1.00 0 0.19 295.05 0.99 0.41
Hex BE 1 CF 8 64 0 13 127 63 29
Octal 276 1 317 10 144 0 23 447 143 51
Binary 10111110 1 11001111 1000 1100100 0 10011 100100111 1100011 101001

Color Harmonies of #BE01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01CF

Black with #BE01CF

Text Example


Text Example

White with #BE01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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