Html Css Color HEX #BE05BA Deep Magenta

📋 copy color: '#BE05BA'

red 190 ◦ green 5 ◦ blue 186

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

Shades of Deep Magenta #BE05BA

Tints of Deep Magenta #BE05BA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 49.87%
G = 1.31%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE05BA (or 0xBE05BA) is known color: Deep Magenta. HEX triplet: BE, 05 and BA. RGB value is (190,5,186). Sum of RGB (Red+Green+Blue) = 190+5+186=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE05BA is #41FA45. Grayscale: #505050. Windows color (decimal): -4323910 or 12191166. OLE color: 12191166.

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

Color convert

RGB 190 5 186 -
CMYK 0 0.97 0.02 0.25
HSL 301.3º 0.95% 0.38% -
HSV(B) 301.3º 0.97% 0.75% -
XYZ 30.15 14.6 47.68 -
YUV 80.95 187.29 205.78 -
System Red Green Blue C M Y K H S L
Decimal 190 5 186 0 0.97 0.02 0.25 301.3 0.95 0.38
Hex BE 5 BA 0 61 2 19 12D 5F 26
Octal 276 5 272 0 141 2 31 455 137 46
Binary 10111110 101 10111010 0 1100001 10 11001 100101101 1011111 100110

Color Harmonies of #BE05BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE05BA

Black with #BE05BA

Text Example


Text Example

White with #BE05BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE05BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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