Html Css Color HEX #BA2CC1 Fuchsia

📋 copy color: '#BA2CC1'

red 186 ◦ green 44 ◦ blue 193

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

Shades of Fuchsia #BA2CC1

Tints of Fuchsia #BA2CC1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 43.97%
G = 10.4%
B = 45.63%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA2CC1 (or 0xBA2CC1) is known color: Fuchsia. HEX triplet: BA, 2C and C1. RGB value is (186,44,193). Sum of RGB (Red+Green+Blue) = 186+44+193=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #BA2CC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2CC1 is #45D33E. Grayscale: #666666. Windows color (decimal): -4576063 or 12659898. OLE color: 12659898.

HSL color Cylindrical-coordinate representation of color #BA2CC1: hue angle of 297.18º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2CC1 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 44 193 -
CMYK 0.04 0.77 0 0.24
HSL 297.18º 0.63% 0.46% -
HSV(B) 297.18º 0.77% 0.76% -
XYZ 30.78 16.09 51.94 -
YUV 103.44 178.54 186.88 -
System Red Green Blue C M Y K H S L
Decimal 186 44 193 0.04 0.77 0 0.24 297.18 0.63 0.46
Hex BA 2C C1 4 4D 0 18 129 3F 2E
Octal 272 54 301 4 115 0 30 451 77 56
Binary 10111010 101100 11000001 100 1001101 0 11000 100101001 111111 101110

Color Harmonies of #BA2CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2CC1

Black with #BA2CC1

Text Example


Text Example

White with #BA2CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2CC1; }

 p { color: rgb(186,44,193); }

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

background-color css

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

 a { background-color: rgb(186,44,193); }

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

border-color css

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

 span { border-color: rgb(186,44,193); }

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