Html Css Color HEX #BA06DA Deep Magenta

📋 copy color: '#BA06DA'

red 186 ◦ green 6 ◦ blue 218

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

Shades of Deep Magenta #BA06DA

Tints of Deep Magenta #BA06DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.17%

R = 45.37%
G = 1.46%
B = 53.17%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA06DA (or 0xBA06DA) is known color: Deep Magenta. HEX triplet: BA, 06 and DA. RGB value is (186,6,218). Sum of RGB (Red+Green+Blue) = 186+6+218=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA06DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA06DA is #45F925. Grayscale: #535353. Windows color (decimal): -4585766 or 14288570. OLE color: 14288570.

HSL color Cylindrical-coordinate representation of color #BA06DA: hue angle of 290.94º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA06DA is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 6 218 -
CMYK 0.15 0.97 0 0.15
HSL 290.94º 0.95% 0.44% -
HSV(B) 290.94º 0.97% 0.85% -
XYZ 32.97 15.63 67.61 -
YUV 83.99 203.63 200.76 -
System Red Green Blue C M Y K H S L
Decimal 186 6 218 0.15 0.97 0 0.15 290.94 0.95 0.44
Hex BA 6 DA F 61 0 F 123 5F 2C
Octal 272 6 332 17 141 0 17 443 137 54
Binary 10111010 110 11011010 1111 1100001 0 1111 100100011 1011111 101100

Color Harmonies of #BA06DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA06DA

Black with #BA06DA

Text Example


Text Example

White with #BA06DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA06DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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