Html Css Color HEX #BA07A8 Deep Magenta

📋 copy color: '#BA07A8'

red 186 ◦ green 7 ◦ blue 168

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

Shades of Deep Magenta #BA07A8

Tints of Deep Magenta #BA07A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.54%

R = 51.52%
G = 1.94%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BA07A8 (or 0xBA07A8) is known color: Deep Magenta. HEX triplet: BA, 07 and A8. RGB value is (186,7,168). Sum of RGB (Red+Green+Blue) = 186+7+168=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA07A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA07A8 is #45F857. Grayscale: #4E4E4E. Windows color (decimal): -4585560 or 11012026. OLE color: 11012026.

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

Color convert

RGB 186 7 168 -
CMYK 0 0.96 0.10 0.27
HSL 306.03º 0.93% 0.38% -
HSV(B) 306.03º 0.96% 0.73% -
XYZ 27.39 13.42 38.19 -
YUV 78.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 186 7 168 0 0.96 0.10 0.27 306.03 0.93 0.38
Hex BA 7 A8 0 60 A 1B 132 5D 26
Octal 272 7 250 0 140 12 33 462 135 46
Binary 10111010 111 10101000 0 1100000 1010 11011 100110010 1011101 100110

Color Harmonies of #BA07A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07A8

Black with #BA07A8

Text Example


Text Example

White with #BA07A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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