Html Css Color HEX #BA1CCD Deep Magenta

📋 copy color: '#BA1CCD'

red 186 ◦ green 28 ◦ blue 205

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

Shades of Deep Magenta #BA1CCD

Tints of Deep Magenta #BA1CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.93%

R = 44.39%
G = 6.68%
B = 48.93%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA1CCD (or 0xBA1CCD) is known color: Deep Magenta. HEX triplet: BA, 1C and CD. RGB value is (186,28,205). Sum of RGB (Red+Green+Blue) = 186+28+205=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA1CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CCD is #45E332. Grayscale: #5E5E5E. Windows color (decimal): -4580147 or 13442234. OLE color: 13442234.

HSL color Cylindrical-coordinate representation of color #BA1CCD: hue angle of 293.56º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CCD is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 28 205 -
CMYK 0.09 0.86 0 0.20
HSL 293.56º 0.76% 0.46% -
HSV(B) 293.56º 0.86% 0.8% -
XYZ 31.68 15.68 59.11 -
YUV 95.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 186 28 205 0.09 0.86 0 0.20 293.56 0.76 0.46
Hex BA 1C CD 9 56 0 14 126 4C 2E
Octal 272 34 315 11 126 0 24 446 114 56
Binary 10111010 11100 11001101 1001 1010110 0 10100 100100110 1001100 101110

Color Harmonies of #BA1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CCD

Black with #BA1CCD

Text Example


Text Example

White with #BA1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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