Html Css Color HEX #BA03A6 Deep Magenta

📋 copy color: '#BA03A6'

red 186 ◦ green 3 ◦ blue 166

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

Shades of Deep Magenta #BA03A6

Tints of Deep Magenta #BA03A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.76%

R = 52.39%
G = 0.85%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA03A6 (or 0xBA03A6) is known color: Deep Magenta. HEX triplet: BA, 03 and A6. RGB value is (186,3,166). Sum of RGB (Red+Green+Blue) = 186+3+166=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 3 (1.56% from 255 or 0.85% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA03A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA03A6 is #45FC59. Grayscale: #4B4B4B. Windows color (decimal): -4586586 or 10879930. OLE color: 10879930.

HSL color Cylindrical-coordinate representation of color #BA03A6: hue angle of 306.56º 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 #BA03A6 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 3 166 -
CMYK 0 0.98 0.11 0.27
HSL 306.56º 0.97% 0.37% -
HSV(B) 306.56º 0.98% 0.73% -
XYZ 27.17 13.26 37.2 -
YUV 76.3 178.63 206.25 -
System Red Green Blue C M Y K H S L
Decimal 186 3 166 0 0.98 0.11 0.27 306.56 0.97 0.37
Hex BA 3 A6 0 62 B 1B 133 61 25
Octal 272 3 246 0 142 13 33 463 141 45
Binary 10111010 11 10100110 0 1100010 1011 11011 100110011 1100001 100101

Color Harmonies of #BA03A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA03A6

Black with #BA03A6

Text Example


Text Example

White with #BA03A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA03A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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