Html Css Color HEX #BA1BCD Deep Magenta

📋 copy color: '#BA1BCD'

red 186 ◦ green 27 ◦ blue 205

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

Shades of Deep Magenta #BA1BCD

Tints of Deep Magenta #BA1BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.46%

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

R = 44.5%
G = 6.46%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA1BCD (or 0xBA1BCD) is known color: Deep Magenta. HEX triplet: BA, 1B and CD. RGB value is (186,27,205). Sum of RGB (Red+Green+Blue) = 186+27+205=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BCD is #45E432. Grayscale: #5E5E5E. Windows color (decimal): -4580403 or 13441978. OLE color: 13441978.

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

Color convert

RGB 186 27 205 -
CMYK 0.09 0.87 0 0.20
HSL 293.6º 0.77% 0.45% -
HSV(B) 293.6º 0.87% 0.8% -
XYZ 31.66 15.63 59.11 -
YUV 94.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 186 27 205 0.09 0.87 0 0.20 293.6 0.77 0.45
Hex BA 1B CD 9 57 0 14 126 4D 2D
Octal 272 33 315 11 127 0 24 446 115 55
Binary 10111010 11011 11001101 1001 1010111 0 10100 100100110 1001101 101101

Color Harmonies of #BA1BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1BCD

Black with #BA1BCD

Text Example


Text Example

White with #BA1BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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