Html Css Color HEX #BA1CD6 Deep Magenta

📋 copy color: '#BA1CD6'

red 186 ◦ green 28 ◦ blue 214

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

Shades of Deep Magenta #BA1CD6

Tints of Deep Magenta #BA1CD6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.54%

 BLUE value IS 214 (83.98% from 255) = 50%

R = 43.46%
G = 6.54%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA1CD6 (or 0xBA1CD6) is known color: Deep Magenta. HEX triplet: BA, 1C and D6. RGB value is (186,28,214). Sum of RGB (Red+Green+Blue) = 186+28+214=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA1CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CD6 is #45E329. Grayscale: #5F5F5F. Windows color (decimal): -4580138 or 14032058. OLE color: 14032058.

HSL color Cylindrical-coordinate representation of color #BA1CD6: hue angle of 290.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1CD6 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 28 214 -
CMYK 0.13 0.87 0 0.16
HSL 290.97º 0.77% 0.47% -
HSV(B) 290.97º 0.87% 0.84% -
XYZ 32.8 16.12 65 -
YUV 96.45 194.35 191.88 -
System Red Green Blue C M Y K H S L
Decimal 186 28 214 0.13 0.87 0 0.16 290.97 0.77 0.47
Hex BA 1C D6 D 57 0 10 123 4D 2F
Octal 272 34 326 15 127 0 20 443 115 57
Binary 10111010 11100 11010110 1101 1010111 0 10000 100100011 1001101 101111

Color Harmonies of #BA1CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CD6

Black with #BA1CD6

Text Example


Text Example

White with #BA1CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CD6; }

 p { color: rgb(186,28,214); }

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

background-color css

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

 a { background-color: rgb(186,28,214); }

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

border-color css

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

 span { border-color: rgb(186,28,214); }

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