Html Css Color HEX #BE01B0 Deep Magenta

📋 copy color: '#BE01B0'

red 190 ◦ green 1 ◦ blue 176

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

Shades of Deep Magenta #BE01B0

Tints of Deep Magenta #BE01B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 51.77%
G = 0.27%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE01B0 (or 0xBE01B0) is known color: Deep Magenta. HEX triplet: BE, 01 and B0. RGB value is (190,1,176). Sum of RGB (Red+Green+Blue) = 190+1+176=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE01B0 is #41FE4F. Grayscale: #4C4C4C. Windows color (decimal): -4324944 or 11534782. OLE color: 11534782.

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

Color convert

RGB 190 1 176 -
CMYK 0 0.99 0.07 0.25
HSL 304.44º 0.99% 0.37% -
HSV(B) 304.44º 0.99% 0.75% -
XYZ 29.08 14.1 42.26 -
YUV 77.46 183.62 208.27 -
System Red Green Blue C M Y K H S L
Decimal 190 1 176 0 0.99 0.07 0.25 304.44 0.99 0.37
Hex BE 1 B0 0 63 7 19 130 63 25
Octal 276 1 260 0 143 7 31 460 143 45
Binary 10111110 1 10110000 0 1100011 111 11001 100110000 1100011 100101

Color Harmonies of #BE01B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01B0

Black with #BE01B0

Text Example


Text Example

White with #BE01B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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