Html Css Color HEX #BC56AA Fuchsia

📋 copy color: '#BC56AA'

red 188 ◦ green 86 ◦ blue 170

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

Shades of Fuchsia #BC56AA

Tints of Fuchsia #BC56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.37%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 42.34%
G = 19.37%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC56AA (or 0xBC56AA) is known color: Fuchsia. HEX triplet: BC, 56 and AA. RGB value is (188,86,170). Sum of RGB (Red+Green+Blue) = 188+86+170=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 86 (33.98% from 255 or 19.37% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC56AA is #43A955. Grayscale: #7D7D7D. Windows color (decimal): -4434262 or 11163324. OLE color: 11163324.

HSL color Cylindrical-coordinate representation of color #BC56AA: hue angle of 310.59º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC56AA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 86 170 -
CMYK 0 0.54 0.10 0.26
HSL 310.59º 0.43% 0.54% -
HSV(B) 310.59º 0.54% 0.74% -
XYZ 31.32 20.25 40.29 -
YUV 126.07 152.79 172.17 -
System Red Green Blue C M Y K H S L
Decimal 188 86 170 0 0.54 0.10 0.26 310.59 0.43 0.54
Hex BC 56 AA 0 36 A 1A 137 2B 36
Octal 274 126 252 0 66 12 32 467 53 66
Binary 10111100 1010110 10101010 0 110110 1010 11010 100110111 101011 110110

Color Harmonies of #BC56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56AA

Black with #BC56AA

Text Example


Text Example

White with #BC56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56AA; }

 p { color: rgb(188,86,170); }

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

background-color css

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

 a { background-color: rgb(188,86,170); }

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

border-color css

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

 span { border-color: rgb(188,86,170); }

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