Html Css Color HEX #BC54AC Fuchsia

📋 copy color: '#BC54AC'

red 188 ◦ green 84 ◦ blue 172

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

Shades of Fuchsia #BC54AC

Tints of Fuchsia #BC54AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.92%

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 42.34%
G = 18.92%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC54AC (or 0xBC54AC) is known color: Fuchsia. HEX triplet: BC, 54 and AC. RGB value is (188,84,172). Sum of RGB (Red+Green+Blue) = 188+84+172=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54AC is #43AB53. Grayscale: #7C7C7C. Windows color (decimal): -4434772 or 11293884. OLE color: 11293884.

HSL color Cylindrical-coordinate representation of color #BC54AC: hue angle of 309.23º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC54AC is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 84 172 -
CMYK 0 0.55 0.09 0.26
HSL 309.23º 0.44% 0.53% -
HSV(B) 309.23º 0.55% 0.74% -
XYZ 31.36 20.01 41.24 -
YUV 125.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 188 84 172 0 0.55 0.09 0.26 309.23 0.44 0.53
Hex BC 54 AC 0 37 9 1A 135 2C 35
Octal 274 124 254 0 67 11 32 465 54 65
Binary 10111100 1010100 10101100 0 110111 1001 11010 100110101 101100 110101

Color Harmonies of #BC54AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC54AC

Black with #BC54AC

Text Example


Text Example

White with #BC54AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC54AC; }

 p { color: rgb(188,84,172); }

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

background-color css

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

 a { background-color: rgb(188,84,172); }

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

border-color css

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

 span { border-color: rgb(188,84,172); }

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