Html Css Color HEX #BC57AA Fuchsia

📋 copy color: '#BC57AA'

red 188 ◦ green 87 ◦ blue 170

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

Shades of Fuchsia #BC57AA

Tints of Fuchsia #BC57AA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.55%

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

R = 42.25%
G = 19.55%
B = 38.2%

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

#BC57AA (or 0xBC57AA) is known color: Fuchsia. HEX triplet: BC, 57 and AA. RGB value is (188,87,170). Sum of RGB (Red+Green+Blue) = 188+87+170=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57AA is #43A855. Grayscale: #7E7E7E. Windows color (decimal): -4434006 or 11163580. OLE color: 11163580.

HSL color Cylindrical-coordinate representation of color #BC57AA: hue angle of 310.69º 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 #BC57AA is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 87 170 -
CMYK 0 0.54 0.10 0.26
HSL 310.69º 0.43% 0.54% -
HSV(B) 310.69º 0.54% 0.74% -
XYZ 31.4 20.41 40.31 -
YUV 126.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 188 87 170 0 0.54 0.10 0.26 310.69 0.43 0.54
Hex BC 57 AA 0 36 A 1A 137 2B 36
Octal 274 127 252 0 66 12 32 467 53 66
Binary 10111100 1010111 10101010 0 110110 1010 11010 100110111 101011 110110

Color Harmonies of #BC57AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57AA

Black with #BC57AA

Text Example


Text Example

White with #BC57AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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