Html Css Color HEX #BA1CCA Deep Magenta

📋 copy color: '#BA1CCA'

red 186 ◦ green 28 ◦ blue 202

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

Shades of Deep Magenta #BA1CCA

Tints of Deep Magenta #BA1CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 44.71%
G = 6.73%
B = 48.56%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA1CCA (or 0xBA1CCA) is known color: Deep Magenta. HEX triplet: BA, 1C and CA. RGB value is (186,28,202). Sum of RGB (Red+Green+Blue) = 186+28+202=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CCA is #45E335. Grayscale: #5E5E5E. Windows color (decimal): -4580150 or 13245626. OLE color: 13245626.

HSL color Cylindrical-coordinate representation of color #BA1CCA: hue angle of 294.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1CCA is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 28 202 -
CMYK 0.08 0.86 0 0.21
HSL 294.48º 0.76% 0.45% -
HSV(B) 294.48º 0.86% 0.79% -
XYZ 31.33 15.53 57.22 -
YUV 95.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 186 28 202 0.08 0.86 0 0.21 294.48 0.76 0.45
Hex BA 1C CA 8 56 0 15 126 4C 2D
Octal 272 34 312 10 126 0 25 446 114 55
Binary 10111010 11100 11001010 1000 1010110 0 10101 100100110 1001100 101101

Color Harmonies of #BA1CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1CCA

Black with #BA1CCA

Text Example


Text Example

White with #BA1CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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