Html Css Color HEX #BA1EBE Deep Magenta

📋 copy color: '#BA1EBE'

red 186 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #BA1EBE

Tints of Deep Magenta #BA1EBE

RGB

 RED value IS 186 (73.05% from 255) = 45.81%

 GREEN value IS 30 (12.11% from 255) = 7.39%

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 45.81%
G = 7.39%
B = 46.8%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA1EBE (or 0xBA1EBE) is known color: Deep Magenta. HEX triplet: BA, 1E and BE. RGB value is (186,30,190). Sum of RGB (Red+Green+Blue) = 186+30+190=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA1EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EBE is #45E141. Grayscale: #5E5E5E. Windows color (decimal): -4579650 or 12459706. OLE color: 12459706.

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

Color convert

RGB 186 30 190 -
CMYK 0.02 0.84 0 0.25
HSL 298.5º 0.73% 0.43% -
HSV(B) 298.5º 0.84% 0.75% -
XYZ 30.01 15.09 50.05 -
YUV 94.88 181.68 192.99 -
System Red Green Blue C M Y K H S L
Decimal 186 30 190 0.02 0.84 0 0.25 298.5 0.73 0.43
Hex BA 1E BE 2 54 0 19 12A 49 2B
Octal 272 36 276 2 124 0 31 452 111 53
Binary 10111010 11110 10111110 10 1010100 0 11001 100101010 1001001 101011

Color Harmonies of #BA1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EBE

Black with #BA1EBE

Text Example


Text Example

White with #BA1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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