Html Css Color HEX #BA1BBA Deep Magenta

📋 copy color: '#BA1BBA'

red 186 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #BA1BBA

Tints of Deep Magenta #BA1BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.77%

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

R = 46.62%
G = 6.77%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA1BBA (or 0xBA1BBA) is known color: Deep Magenta. HEX triplet: BA, 1B and BA. RGB value is (186,27,186). Sum of RGB (Red+Green+Blue) = 186+27+186=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BBA is #45E445. Grayscale: #5C5C5C. Windows color (decimal): -4580422 or 12196794. OLE color: 12196794.

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

Color convert

RGB 186 27 186 -
CMYK 0 0.85 0 0.27
HSL 300º 0.75% 0.42% -
HSV(B) 300º 0.85% 0.73% -
XYZ 29.5 14.77 47.75 -
YUV 92.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 186 27 186 0 0.85 0 0.27 300 0.75 0.42
Hex BA 1B BA 0 55 0 1B 12C 4B 2A
Octal 272 33 272 0 125 0 33 454 113 52
Binary 10111010 11011 10111010 0 1010101 0 11011 100101100 1001011 101010

Color Harmonies of #BA1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BBA

Black with #BA1BBA

Text Example


Text Example

White with #BA1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BBA; }

 p { color: rgb(186,27,186); }

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

background-color css

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

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

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

border-color css

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

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

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