Html Css Color HEX #BA1EBF Deep Magenta

📋 copy color: '#BA1EBF'

red 186 ◦ green 30 ◦ blue 191

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

Shades of Deep Magenta #BA1EBF

Tints of Deep Magenta #BA1EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 45.7%
G = 7.37%
B = 46.93%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA1EBF (or 0xBA1EBF) is known color: Deep Magenta. HEX triplet: BA, 1E and BF. RGB value is (186,30,191). Sum of RGB (Red+Green+Blue) = 186+30+191=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #BA1EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EBF is #45E140. Grayscale: #5E5E5E. Windows color (decimal): -4579649 or 12525242. OLE color: 12525242.

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

Color convert

RGB 186 30 191 -
CMYK 0.03 0.84 0 0.25
HSL 298.14º 0.73% 0.43% -
HSV(B) 298.14º 0.84% 0.75% -
XYZ 30.12 15.13 50.62 -
YUV 95 182.18 192.91 -
System Red Green Blue C M Y K H S L
Decimal 186 30 191 0.03 0.84 0 0.25 298.14 0.73 0.43
Hex BA 1E BF 3 54 0 19 12A 49 2B
Octal 272 36 277 3 124 0 31 452 111 53
Binary 10111010 11110 10111111 11 1010100 0 11001 100101010 1001001 101011

Color Harmonies of #BA1EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EBF

Black with #BA1EBF

Text Example


Text Example

White with #BA1EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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