Html Css Color HEX #BA1EB0 Deep Magenta

📋 copy color: '#BA1EB0'

red 186 ◦ green 30 ◦ blue 176

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

Shades of Deep Magenta #BA1EB0

Tints of Deep Magenta #BA1EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.9%

R = 47.45%
G = 7.65%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA1EB0 (or 0xBA1EB0) is known color: Deep Magenta. HEX triplet: BA, 1E and B0. RGB value is (186,30,176). Sum of RGB (Red+Green+Blue) = 186+30+176=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 176 (69.14% from 255 or 44.90% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1EB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1EB0 is #45E14F. Grayscale: #5C5C5C. Windows color (decimal): -4579664 or 11542202. OLE color: 11542202.

HSL color Cylindrical-coordinate representation of color #BA1EB0: hue angle of 303.85º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1EB0 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 30 176 -
CMYK 0 0.84 0.05 0.27
HSL 303.85º 0.72% 0.42% -
HSV(B) 303.85º 0.84% 0.73% -
XYZ 28.55 14.5 42.37 -
YUV 93.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 186 30 176 0 0.84 0.05 0.27 303.85 0.72 0.42
Hex BA 1E B0 0 54 5 1B 130 48 2A
Octal 272 36 260 0 124 5 33 460 110 52
Binary 10111010 11110 10110000 0 1010100 101 11011 100110000 1001000 101010

Color Harmonies of #BA1EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1EB0

Black with #BA1EB0

Text Example


Text Example

White with #BA1EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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