Html Css Color HEX #BA1CDA Deep Magenta

📋 copy color: '#BA1CDA'

red 186 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #BA1CDA

Tints of Deep Magenta #BA1CDA

RGB

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

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

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

R = 43.06%
G = 6.48%
B = 50.46%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA1CDA (or 0xBA1CDA) is known color: Deep Magenta. HEX triplet: BA, 1C and DA. RGB value is (186,28,218). Sum of RGB (Red+Green+Blue) = 186+28+218=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CDA is #45E325. Grayscale: #606060. Windows color (decimal): -4580134 or 14294202. OLE color: 14294202.

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

Color convert

RGB 186 28 218 -
CMYK 0.15 0.87 0 0.15
HSL 289.89º 0.77% 0.48% -
HSV(B) 289.89º 0.87% 0.85% -
XYZ 33.32 16.33 67.73 -
YUV 96.9 196.35 191.55 -
System Red Green Blue C M Y K H S L
Decimal 186 28 218 0.15 0.87 0 0.15 289.89 0.77 0.48
Hex BA 1C DA F 57 0 F 122 4D 30
Octal 272 34 332 17 127 0 17 442 115 60
Binary 10111010 11100 11011010 1111 1010111 0 1111 100100010 1001101 110000

Color Harmonies of #BA1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CDA

Black with #BA1CDA

Text Example


Text Example

White with #BA1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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