Html Css Color HEX #BA08BA Deep Magenta

📋 copy color: '#BA08BA'

red 186 ◦ green 8 ◦ blue 186

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

Shades of Deep Magenta #BA08BA

Tints of Deep Magenta #BA08BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

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

R = 48.95%
G = 2.11%
B = 48.95%

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

#BA08BA (or 0xBA08BA) is known color: Deep Magenta. HEX triplet: BA, 08 and BA. RGB value is (186,8,186). Sum of RGB (Red+Green+Blue) = 186+8+186=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 8 (3.52% from 255 or 2.11% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA08BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08BA is #45F745. Grayscale: #505050. Windows color (decimal): -4585286 or 12191930. OLE color: 12191930.

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

Color convert

RGB 186 8 186 -
CMYK 0 0.96 0 0.27
HSL 300º 0.92% 0.38% -
HSV(B) 300º 0.96% 0.73% -
XYZ 29.2 14.16 47.65 -
YUV 81.51 186.97 202.53 -
System Red Green Blue C M Y K H S L
Decimal 186 8 186 0 0.96 0 0.27 300 0.92 0.38
Hex BA 8 BA 0 60 0 1B 12C 5C 26
Octal 272 10 272 0 140 0 33 454 134 46
Binary 10111010 1000 10111010 0 1100000 0 11011 100101100 1011100 100110

Color Harmonies of #BA08BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA08BA

Black with #BA08BA

Text Example


Text Example

White with #BA08BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA08BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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