Html Css Color HEX #BC56B1 Fuchsia

📋 copy color: '#BC56B1'

red 188 ◦ green 86 ◦ blue 177

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

Shades of Fuchsia #BC56B1

Tints of Fuchsia #BC56B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.25%

R = 41.69%
G = 19.07%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC56B1 (or 0xBC56B1) is known color: Fuchsia. HEX triplet: BC, 56 and B1. RGB value is (188,86,177). Sum of RGB (Red+Green+Blue) = 188+86+177=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 177 (69.53% from 255 or 39.25% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC56B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC56B1 is #43A94E. Grayscale: #7E7E7E. Windows color (decimal): -4434255 or 11622076. OLE color: 11622076.

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

Color convert

RGB 188 86 177 -
CMYK 0 0.54 0.06 0.26
HSL 306.47º 0.43% 0.54% -
HSV(B) 306.47º 0.54% 0.74% -
XYZ 32 20.52 43.87 -
YUV 126.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 188 86 177 0 0.54 0.06 0.26 306.47 0.43 0.54
Hex BC 56 B1 0 36 6 1A 132 2B 36
Octal 274 126 261 0 66 6 32 462 53 66
Binary 10111100 1010110 10110001 0 110110 110 11010 100110010 101011 110110

Color Harmonies of #BC56B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56B1

Black with #BC56B1

Text Example


Text Example

White with #BC56B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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