Html Css Color HEX #BE01BA Deep Magenta

📋 copy color: '#BE01BA'

red 190 ◦ green 1 ◦ blue 186

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

Shades of Deep Magenta #BE01BA

Tints of Deep Magenta #BE01BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 50.4%
G = 0.27%
B = 49.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE01BA (or 0xBE01BA) is known color: Deep Magenta. HEX triplet: BE, 01 and BA. RGB value is (190,1,186). Sum of RGB (Red+Green+Blue) = 190+1+186=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE01BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE01BA is #41FE45. Grayscale: #4E4E4E. Windows color (decimal): -4324934 or 12190142. OLE color: 12190142.

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

Color convert

RGB 190 1 186 -
CMYK 0 0.99 0.02 0.25
HSL 301.27º 0.99% 0.37% -
HSV(B) 301.27º 0.99% 0.75% -
XYZ 30.11 14.51 47.67 -
YUV 78.6 188.62 207.46 -
System Red Green Blue C M Y K H S L
Decimal 190 1 186 0 0.99 0.02 0.25 301.27 0.99 0.37
Hex BE 1 BA 0 63 2 19 12D 63 25
Octal 276 1 272 0 143 2 31 455 143 45
Binary 10111110 1 10111010 0 1100011 10 11001 100101101 1100011 100101

Color Harmonies of #BE01BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE01BA

Black with #BE01BA

Text Example


Text Example

White with #BE01BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE01BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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