Html Css Color HEX #BE01BC Deep Magenta

📋 copy color: '#BE01BC'

red 190 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #BE01BC

Tints of Deep Magenta #BE01BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.6%

R = 50.13%
G = 0.26%
B = 49.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE01BC (or 0xBE01BC) is known color: Deep Magenta. HEX triplet: BE, 01 and BC. RGB value is (190,1,188). Sum of RGB (Red+Green+Blue) = 190+1+188=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01BC is #41FE43. Grayscale: #4E4E4E. Windows color (decimal): -4324932 or 12321214. OLE color: 12321214.

HSL color Cylindrical-coordinate representation of color #BE01BC: hue angle of 300.63º 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 #BE01BC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 188 -
CMYK 0 0.99 0.01 0.25
HSL 300.63º 0.99% 0.37% -
HSV(B) 300.63º 0.99% 0.75% -
XYZ 30.32 14.6 48.8 -
YUV 78.83 189.62 207.29 -
System Red Green Blue C M Y K H S L
Decimal 190 1 188 0 0.99 0.01 0.25 300.63 0.99 0.37
Hex BE 1 BC 0 63 1 19 12D 63 25
Octal 276 1 274 0 143 1 31 455 143 45
Binary 10111110 1 10111100 0 1100011 1 11001 100101101 1100011 100101

Color Harmonies of #BE01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01BC

Black with #BE01BC

Text Example


Text Example

White with #BE01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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