Html Css Color HEX #BA06B3 Deep Magenta

📋 copy color: '#BA06B3'

red 186 ◦ green 6 ◦ blue 179

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

Shades of Deep Magenta #BA06B3

Tints of Deep Magenta #BA06B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.25%

R = 50.13%
G = 1.62%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA06B3 (or 0xBA06B3) is known color: Deep Magenta. HEX triplet: BA, 06 and B3. RGB value is (186,6,179). Sum of RGB (Red+Green+Blue) = 186+6+179=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA06B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06B3 is #45F94C. Grayscale: #4F4F4F. Windows color (decimal): -4585805 or 11732666. OLE color: 11732666.

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

Color convert

RGB 186 6 179 -
CMYK 0 0.97 0.04 0.27
HSL 302.33º 0.94% 0.38% -
HSV(B) 302.33º 0.97% 0.73% -
XYZ 28.45 13.82 43.82 -
YUV 79.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 186 6 179 0 0.97 0.04 0.27 302.33 0.94 0.38
Hex BA 6 B3 0 61 4 1B 12E 5E 26
Octal 272 6 263 0 141 4 33 456 136 46
Binary 10111010 110 10110011 0 1100001 100 11011 100101110 1011110 100110

Color Harmonies of #BA06B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06B3

Black with #BA06B3

Text Example


Text Example

White with #BA06B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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