Html Css Color HEX #BA07BA Deep Magenta

📋 copy color: '#BA07BA'

red 186 ◦ green 7 ◦ blue 186

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

Shades of Deep Magenta #BA07BA

Tints of Deep Magenta #BA07BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 49.08%
G = 1.85%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA07BA (or 0xBA07BA) is known color: Deep Magenta. HEX triplet: BA, 07 and BA. RGB value is (186,7,186). Sum of RGB (Red+Green+Blue) = 186+7+186=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 7 (3.12% from 255 or 1.85% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA07BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA07BA is #45F845. Grayscale: #505050. Windows color (decimal): -4585542 or 12191674. OLE color: 12191674.

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

Color convert

RGB 186 7 186 -
CMYK 0 0.96 0 0.27
HSL 300º 0.93% 0.38% -
HSV(B) 300º 0.96% 0.73% -
XYZ 29.19 14.14 47.64 -
YUV 80.93 187.3 202.95 -
System Red Green Blue C M Y K H S L
Decimal 186 7 186 0 0.96 0 0.27 300 0.93 0.38
Hex BA 7 BA 0 60 0 1B 12C 5D 26
Octal 272 7 272 0 140 0 33 454 135 46
Binary 10111010 111 10111010 0 1100000 0 11011 100101100 1011101 100110

Color Harmonies of #BA07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA07BA

Black with #BA07BA

Text Example


Text Example

White with #BA07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA07BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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