Html Css Color HEX #BA03C9 Deep Magenta

📋 copy color: '#BA03C9'

red 186 ◦ green 3 ◦ blue 201

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

Shades of Deep Magenta #BA03C9

Tints of Deep Magenta #BA03C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.54%

R = 47.69%
G = 0.77%
B = 51.54%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA03C9 (or 0xBA03C9) is known color: Deep Magenta. HEX triplet: BA, 03 and C9. RGB value is (186,3,201). Sum of RGB (Red+Green+Blue) = 186+3+201=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #BA03C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA03C9 is #45FC36. Grayscale: #4F4F4F. Windows color (decimal): -4586551 or 13173690. OLE color: 13173690.

HSL color Cylindrical-coordinate representation of color #BA03C9: hue angle of 295.45º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03C9 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 3 201 -
CMYK 0.07 0.99 0 0.21
HSL 295.45º 0.97% 0.4% -
HSV(B) 295.45º 0.99% 0.79% -
XYZ 30.82 14.72 56.48 -
YUV 80.29 196.13 203.4 -
System Red Green Blue C M Y K H S L
Decimal 186 3 201 0.07 0.99 0 0.21 295.45 0.97 0.4
Hex BA 3 C9 7 63 0 15 127 61 28
Octal 272 3 311 7 143 0 25 447 141 50
Binary 10111010 11 11001001 111 1100011 0 10101 100100111 1100001 101000

Color Harmonies of #BA03C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03C9

Black with #BA03C9

Text Example


Text Example

White with #BA03C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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