Html Css Color HEX #BA06A7 Deep Magenta

📋 copy color: '#BA06A7'

red 186 ◦ green 6 ◦ blue 167

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

Shades of Deep Magenta #BA06A7

Tints of Deep Magenta #BA06A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.52%

R = 51.81%
G = 1.67%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA06A7 (or 0xBA06A7) is known color: Deep Magenta. HEX triplet: BA, 06 and A7. RGB value is (186,6,167). Sum of RGB (Red+Green+Blue) = 186+6+167=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 167 (65.62% from 255 or 46.52% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06A7 is #45F958. Grayscale: #4D4D4D. Windows color (decimal): -4585817 or 10946234. OLE color: 10946234.

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

Color convert

RGB 186 6 167 -
CMYK 0 0.97 0.10 0.27
HSL 306.33º 0.94% 0.38% -
HSV(B) 306.33º 0.97% 0.73% -
XYZ 27.29 13.36 37.7 -
YUV 78.17 178.13 204.91 -
System Red Green Blue C M Y K H S L
Decimal 186 6 167 0 0.97 0.10 0.27 306.33 0.94 0.38
Hex BA 6 A7 0 61 A 1B 132 5E 26
Octal 272 6 247 0 141 12 33 462 136 46
Binary 10111010 110 10100111 0 1100001 1010 11011 100110010 1011110 100110

Color Harmonies of #BA06A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06A7

Black with #BA06A7

Text Example


Text Example

White with #BA06A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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