Html Css Color HEX #BE03BA Deep Magenta

📋 copy color: '#BE03BA'

red 190 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #BE03BA

Tints of Deep Magenta #BE03BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 50.13%
G = 0.79%
B = 49.08%

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

#BE03BA (or 0xBE03BA) is known color: Deep Magenta. HEX triplet: BE, 03 and BA. RGB value is (190,3,186). Sum of RGB (Red+Green+Blue) = 190+3+186=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE03BA is #41FC45. Grayscale: #4F4F4F. Windows color (decimal): -4324422 or 12190654. OLE color: 12190654.

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

Color convert

RGB 190 3 186 -
CMYK 0 0.98 0.02 0.25
HSL 301.28º 0.97% 0.38% -
HSV(B) 301.28º 0.98% 0.75% -
XYZ 30.13 14.56 47.68 -
YUV 79.78 187.95 206.62 -
System Red Green Blue C M Y K H S L
Decimal 190 3 186 0 0.98 0.02 0.25 301.28 0.97 0.38
Hex BE 3 BA 0 62 2 19 12D 61 26
Octal 276 3 272 0 142 2 31 455 141 46
Binary 10111110 11 10111010 0 1100010 10 11001 100101101 1100001 100110

Color Harmonies of #BE03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE03BA

Black with #BE03BA

Text Example


Text Example

White with #BE03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE03BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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