Html Css Color HEX #BA07A6 Deep Magenta

📋 copy color: '#BA07A6'

red 186 ◦ green 7 ◦ blue 166

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

Shades of Deep Magenta #BA07A6

Tints of Deep Magenta #BA07A6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.95%

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

R = 51.81%
G = 1.95%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA07A6 (or 0xBA07A6) is known color: Deep Magenta. HEX triplet: BA, 07 and A6. RGB value is (186,7,166). Sum of RGB (Red+Green+Blue) = 186+7+166=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07A6 is #45F859. Grayscale: #4E4E4E. Windows color (decimal): -4585562 or 10880954. OLE color: 10880954.

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

Color convert

RGB 186 7 166 -
CMYK 0 0.96 0.11 0.27
HSL 306.7º 0.93% 0.38% -
HSV(B) 306.7º 0.96% 0.73% -
XYZ 27.21 13.34 37.22 -
YUV 78.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 186 7 166 0 0.96 0.11 0.27 306.7 0.93 0.38
Hex BA 7 A6 0 60 B 1B 133 5D 26
Octal 272 7 246 0 140 13 33 463 135 46
Binary 10111010 111 10100110 0 1100000 1011 11011 100110011 1011101 100110

Color Harmonies of #BA07A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07A6

Black with #BA07A6

Text Example


Text Example

White with #BA07A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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