Html Css Color HEX #BA06CE Deep Magenta

📋 copy color: '#BA06CE'

red 186 ◦ green 6 ◦ blue 206

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

Shades of Deep Magenta #BA06CE

Tints of Deep Magenta #BA06CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.76%

R = 46.73%
G = 1.51%
B = 51.76%

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

#BA06CE (or 0xBA06CE) is known color: Deep Magenta. HEX triplet: BA, 06 and CE. RGB value is (186,6,206). Sum of RGB (Red+Green+Blue) = 186+6+206=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA06CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06CE is #45F931. Grayscale: #525252. Windows color (decimal): -4585778 or 13502138. OLE color: 13502138.

HSL color Cylindrical-coordinate representation of color #BA06CE: hue angle of 294º 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 #BA06CE is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 6 206 -
CMYK 0.10 0.97 0 0.19
HSL 294º 0.94% 0.42% -
HSV(B) 294º 0.97% 0.81% -
XYZ 31.46 15.03 59.63 -
YUV 82.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 186 6 206 0.10 0.97 0 0.19 294 0.94 0.42
Hex BA 6 CE A 61 0 13 126 5E 2A
Octal 272 6 316 12 141 0 23 446 136 52
Binary 10111010 110 11001110 1010 1100001 0 10011 100100110 1011110 101010

Color Harmonies of #BA06CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06CE

Black with #BA06CE

Text Example


Text Example

White with #BA06CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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