Html Css Color HEX #BE04BA Deep Magenta

📋 copy color: '#BE04BA'

red 190 ◦ green 4 ◦ blue 186

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

Shades of Deep Magenta #BE04BA

Tints of Deep Magenta #BE04BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.05%

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

R = 50%
G = 1.05%
B = 48.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE04BA (or 0xBE04BA) is known color: Deep Magenta. HEX triplet: BE, 04 and BA. RGB value is (190,4,186). Sum of RGB (Red+Green+Blue) = 190+4+186=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE04BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE04BA is #41FB45. Grayscale: #4F4F4F. Windows color (decimal): -4324166 or 12190910. OLE color: 12190910.

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

Color convert

RGB 190 4 186 -
CMYK 0 0.98 0.02 0.25
HSL 301.29º 0.96% 0.38% -
HSV(B) 301.29º 0.98% 0.75% -
XYZ 30.14 14.58 47.68 -
YUV 80.36 187.62 206.2 -
System Red Green Blue C M Y K H S L
Decimal 190 4 186 0 0.98 0.02 0.25 301.29 0.96 0.38
Hex BE 4 BA 0 62 2 19 12D 60 26
Octal 276 4 272 0 142 2 31 455 140 46
Binary 10111110 100 10111010 0 1100010 10 11001 100101101 1100000 100110

Color Harmonies of #BE04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE04BA

Black with #BE04BA

Text Example


Text Example

White with #BE04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE04BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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