Html Css Color HEX #BC2AC1 Fuchsia

📋 copy color: '#BC2AC1'

red 188 ◦ green 42 ◦ blue 193

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

Shades of Fuchsia #BC2AC1

Tints of Fuchsia #BC2AC1

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 42 (16.8% from 255) = 9.93%

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

R = 44.44%
G = 9.93%
B = 45.63%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC2AC1 (or 0xBC2AC1) is known color: Fuchsia. HEX triplet: BC, 2A and C1. RGB value is (188,42,193). Sum of RGB (Red+Green+Blue) = 188+42+193=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 42 (16.80% from 255 or 9.93% 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 #BC2AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AC1 is #43D53E. Grayscale: #666666. Windows color (decimal): -4445503 or 12659388. OLE color: 12659388.

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

Color convert

RGB 188 42 193 -
CMYK 0.03 0.78 0 0.24
HSL 298.01º 0.64% 0.46% -
HSV(B) 298.01º 0.78% 0.76% -
XYZ 31.19 16.2 51.93 -
YUV 102.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 188 42 193 0.03 0.78 0 0.24 298.01 0.64 0.46
Hex BC 2A C1 3 4E 0 18 12A 40 2E
Octal 274 52 301 3 116 0 30 452 100 56
Binary 10111100 101010 11000001 11 1001110 0 11000 100101010 1000000 101110

Color Harmonies of #BC2AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AC1

Black with #BC2AC1

Text Example


Text Example

White with #BC2AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AC1; }

 p { color: rgb(188,42,193); }

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

background-color css

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

 a { background-color: rgb(188,42,193); }

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

border-color css

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

 span { border-color: rgb(188,42,193); }

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