Html Css Color HEX #BA06AF Deep Magenta

📋 copy color: '#BA06AF'

red 186 ◦ green 6 ◦ blue 175

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

Shades of Deep Magenta #BA06AF

Tints of Deep Magenta #BA06AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 50.68%
G = 1.63%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BA06AF (or 0xBA06AF) is known color: Deep Magenta. HEX triplet: BA, 06 and AF. RGB value is (186,6,175). Sum of RGB (Red+Green+Blue) = 186+6+175=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA06AF is #45F950. Grayscale: #4E4E4E. Windows color (decimal): -4585809 or 11470522. OLE color: 11470522.

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

Color convert

RGB 186 6 175 -
CMYK 0 0.97 0.06 0.27
HSL 303.67º 0.94% 0.38% -
HSV(B) 303.67º 0.97% 0.73% -
XYZ 28.05 13.66 41.72 -
YUV 79.09 182.13 204.26 -
System Red Green Blue C M Y K H S L
Decimal 186 6 175 0 0.97 0.06 0.27 303.67 0.94 0.38
Hex BA 6 AF 0 61 6 1B 130 5E 26
Octal 272 6 257 0 141 6 33 460 136 46
Binary 10111010 110 10101111 0 1100001 110 11011 100110000 1011110 100110

Color Harmonies of #BA06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06AF

Black with #BA06AF

Text Example


Text Example

White with #BA06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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