Html Css Color HEX #BC57AB Fuchsia

📋 copy color: '#BC57AB'

red 188 ◦ green 87 ◦ blue 171

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

Shades of Fuchsia #BC57AB

Tints of Fuchsia #BC57AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 42.15%
G = 19.51%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC57AB (or 0xBC57AB) is known color: Fuchsia. HEX triplet: BC, 57 and AB. RGB value is (188,87,171). Sum of RGB (Red+Green+Blue) = 188+87+171=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC57AB is #43A854. Grayscale: #7E7E7E. Windows color (decimal): -4434005 or 11229116. OLE color: 11229116.

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

Color convert

RGB 188 87 171 -
CMYK 0 0.54 0.09 0.26
HSL 310.1º 0.43% 0.54% -
HSV(B) 310.1º 0.54% 0.74% -
XYZ 31.5 20.45 40.81 -
YUV 126.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 188 87 171 0 0.54 0.09 0.26 310.1 0.43 0.54
Hex BC 57 AB 0 36 9 1A 136 2B 36
Octal 274 127 253 0 66 11 32 466 53 66
Binary 10111100 1010111 10101011 0 110110 1001 11010 100110110 101011 110110

Color Harmonies of #BC57AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57AB

Black with #BC57AB

Text Example


Text Example

White with #BC57AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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