Html Css Color HEX #BC53AC Fuchsia

📋 copy color: '#BC53AC'

red 188 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #BC53AC

Tints of Fuchsia #BC53AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.74%

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

R = 42.44%
G = 18.74%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC53AC (or 0xBC53AC) is known color: Fuchsia. HEX triplet: BC, 53 and AC. RGB value is (188,83,172). Sum of RGB (Red+Green+Blue) = 188+83+172=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53AC is #43AC53. Grayscale: #7C7C7C. Windows color (decimal): -4435028 or 11293628. OLE color: 11293628.

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

Color convert

RGB 188 83 172 -
CMYK 0 0.56 0.09 0.26
HSL 309.14º 0.44% 0.53% -
HSV(B) 309.14º 0.56% 0.74% -
XYZ 31.28 19.86 41.21 -
YUV 124.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 188 83 172 0 0.56 0.09 0.26 309.14 0.44 0.53
Hex BC 53 AC 0 38 9 1A 135 2C 35
Octal 274 123 254 0 70 11 32 465 54 65
Binary 10111100 1010011 10101100 0 111000 1001 11010 100110101 101100 110101

Color Harmonies of #BC53AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53AC

Black with #BC53AC

Text Example


Text Example

White with #BC53AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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