Html Css Color HEX #BA06CF Deep Magenta

📋 copy color: '#BA06CF'

red 186 ◦ green 6 ◦ blue 207

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

Shades of Deep Magenta #BA06CF

Tints of Deep Magenta #BA06CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 46.62%
G = 1.5%
B = 51.88%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA06CF (or 0xBA06CF) is known color: Deep Magenta. HEX triplet: BA, 06 and CF. RGB value is (186,6,207). Sum of RGB (Red+Green+Blue) = 186+6+207=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 6 (2.73% from 255 or 1.50% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA06CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06CF is #45F930. Grayscale: #525252. Windows color (decimal): -4585777 or 13567674. OLE color: 13567674.

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

Color convert

RGB 186 6 207 -
CMYK 0.10 0.97 0 0.19
HSL 293.73º 0.94% 0.42% -
HSV(B) 293.73º 0.97% 0.81% -
XYZ 31.58 15.07 60.28 -
YUV 82.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 186 6 207 0.10 0.97 0 0.19 293.73 0.94 0.42
Hex BA 6 CF A 61 0 13 126 5E 2A
Octal 272 6 317 12 141 0 23 446 136 52
Binary 10111010 110 11001111 1010 1100001 0 10011 100100110 1011110 101010

Color Harmonies of #BA06CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06CF

Black with #BA06CF

Text Example


Text Example

White with #BA06CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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