Html Css Color HEX #BA06D0 Deep Magenta

📋 copy color: '#BA06D0'

red 186 ◦ green 6 ◦ blue 208

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

Shades of Deep Magenta #BA06D0

Tints of Deep Magenta #BA06D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52%

R = 46.5%
G = 1.5%
B = 52%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA06D0 (or 0xBA06D0) is known color: Deep Magenta. HEX triplet: BA, 06 and D0. RGB value is (186,6,208). Sum of RGB (Red+Green+Blue) = 186+6+208=400 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.5% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA06D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06D0 is #45F92F. Grayscale: #525252. Windows color (decimal): -4585776 or 13633210. OLE color: 13633210.

HSL color Cylindrical-coordinate representation of color #BA06D0: hue angle of 293.47º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06D0 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 6 208 -
CMYK 0.11 0.97 0 0.18
HSL 293.47º 0.94% 0.42% -
HSV(B) 293.47º 0.97% 0.82% -
XYZ 31.7 15.12 60.92 -
YUV 82.85 198.63 201.57 -
System Red Green Blue C M Y K H S L
Decimal 186 6 208 0.11 0.97 0 0.18 293.47 0.94 0.42
Hex BA 6 D0 B 61 0 12 125 5E 2A
Octal 272 6 320 13 141 0 22 445 136 52
Binary 10111010 110 11010000 1011 1100001 0 10010 100100101 1011110 101010

Color Harmonies of #BA06D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06D0

Black with #BA06D0

Text Example


Text Example

White with #BA06D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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