Html Css Color HEX #BA06A6 Deep Magenta

📋 copy color: '#BA06A6'

red 186 ◦ green 6 ◦ blue 166

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

Shades of Deep Magenta #BA06A6

Tints of Deep Magenta #BA06A6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

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

R = 51.96%
G = 1.68%
B = 46.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA06A6 (or 0xBA06A6) is known color: Deep Magenta. HEX triplet: BA, 06 and A6. RGB value is (186,6,166). Sum of RGB (Red+Green+Blue) = 186+6+166=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06A6 is #45F959. Grayscale: #4D4D4D. Windows color (decimal): -4585818 or 10880698. OLE color: 10880698.

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

Color convert

RGB 186 6 166 -
CMYK 0 0.97 0.11 0.27
HSL 306.67º 0.94% 0.38% -
HSV(B) 306.67º 0.97% 0.73% -
XYZ 27.2 13.32 37.21 -
YUV 78.06 177.63 204.99 -
System Red Green Blue C M Y K H S L
Decimal 186 6 166 0 0.97 0.11 0.27 306.67 0.94 0.38
Hex BA 6 A6 0 61 B 1B 133 5E 26
Octal 272 6 246 0 141 13 33 463 136 46
Binary 10111010 110 10100110 0 1100001 1011 11011 100110011 1011110 100110

Color Harmonies of #BA06A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06A6

Black with #BA06A6

Text Example


Text Example

White with #BA06A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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