Html Css Color HEX #BA03BA Deep Magenta

📋 copy color: '#BA03BA'

red 186 ◦ green 3 ◦ blue 186

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

Shades of Deep Magenta #BA03BA

Tints of Deep Magenta #BA03BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.8%

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

R = 49.6%
G = 0.8%
B = 49.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA03BA (or 0xBA03BA) is known color: Deep Magenta. HEX triplet: BA, 03 and BA. RGB value is (186,3,186). Sum of RGB (Red+Green+Blue) = 186+3+186=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 3 (1.56% from 255 or 0.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA03BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03BA is #45FC45. Grayscale: #4E4E4E. Windows color (decimal): -4586566 or 12190650. OLE color: 12190650.

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

Color convert

RGB 186 3 186 -
CMYK 0 0.98 0 0.27
HSL 300º 0.97% 0.37% -
HSV(B) 300º 0.98% 0.73% -
XYZ 29.15 14.05 47.63 -
YUV 78.58 188.63 204.62 -
System Red Green Blue C M Y K H S L
Decimal 186 3 186 0 0.98 0 0.27 300 0.97 0.37
Hex BA 3 BA 0 62 0 1B 12C 61 25
Octal 272 3 272 0 142 0 33 454 141 45
Binary 10111010 11 10111010 0 1100010 0 11011 100101100 1100001 100101

Color Harmonies of #BA03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03BA

Black with #BA03BA

Text Example


Text Example

White with #BA03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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