Html Css Color HEX #BC4AC2 Fuchsia

📋 copy color: '#BC4AC2'

red 188 ◦ green 74 ◦ blue 194

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

Shades of Fuchsia #BC4AC2

Tints of Fuchsia #BC4AC2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.23%

 BLUE value IS 194 (76.17% from 255) = 42.54%

R = 41.23%
G = 16.23%
B = 42.54%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC4AC2 (or 0xBC4AC2) is known color: Fuchsia. HEX triplet: BC, 4A and C2. RGB value is (188,74,194). Sum of RGB (Red+Green+Blue) = 188+74+194=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC4AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4AC2 is #43B53D. Grayscale: #797979. Windows color (decimal): -4437310 or 12733116. OLE color: 12733116.

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

Color convert

RGB 188 74 194 -
CMYK 0.03 0.62 0 0.24
HSL 297º 0.5% 0.53% -
HSV(B) 297º 0.62% 0.76% -
XYZ 32.93 19.48 53.06 -
YUV 121.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 188 74 194 0.03 0.62 0 0.24 297 0.5 0.53
Hex BC 4A C2 3 3E 0 18 129 32 35
Octal 274 112 302 3 76 0 30 451 62 65
Binary 10111100 1001010 11000010 11 111110 0 11000 100101001 110010 110101

Color Harmonies of #BC4AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AC2

Black with #BC4AC2

Text Example


Text Example

White with #BC4AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AC2; }

 p { color: rgb(188,74,194); }

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

background-color css

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

 a { background-color: rgb(188,74,194); }

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

border-color css

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

 span { border-color: rgb(188,74,194); }

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