Html Css Color HEX #BA00BA Deep Magenta

📋 copy color: '#BA00BA'

red 186 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BA00BA

Tints of Deep Magenta #BA00BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA00BA (or 0xBA00BA) is known color: Deep Magenta. HEX triplet: BA, 00 and BA. RGB value is (186,0,186). Sum of RGB (Red+Green+Blue) = 186+0+186=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA00BA is #45FF45. Grayscale: #4C4C4C. Windows color (decimal): -4587334 or 12189882. OLE color: 12189882.

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

Color convert

RGB 186 0 186 -
CMYK 0 1 0 0.27
HSL 300º 1% 0.36% -
HSV(B) 300º 1% 0.73% -
XYZ 29.11 13.98 47.62 -
YUV 76.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 186 0 186 0 1 0 0.27 300 1 0.36
Hex BA 0 BA 0 64 0 1B 12C 64 24
Octal 272 0 272 0 144 0 33 454 144 44
Binary 10111010 0 10111010 0 1100100 0 11011 100101100 1100100 100100

Color Harmonies of #BA00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA00BA

Black with #BA00BA

Text Example


Text Example

White with #BA00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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