Html Css Color HEX #BC57BA Fuchsia

📋 copy color: '#BC57BA'

red 188 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #BC57BA

Tints of Fuchsia #BC57BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 40.78%
G = 18.87%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC57BA (or 0xBC57BA) is known color: Fuchsia. HEX triplet: BC, 57 and BA. RGB value is (188,87,186). Sum of RGB (Red+Green+Blue) = 188+87+186=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC57BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57BA is #43A845. Grayscale: #808080. Windows color (decimal): -4433990 or 12212156. OLE color: 12212156.

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

Color convert

RGB 188 87 186 -
CMYK 0 0.54 0.01 0.26
HSL 301.19º 0.43% 0.54% -
HSV(B) 301.19º 0.54% 0.74% -
XYZ 33.01 21.05 48.78 -
YUV 128.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 188 87 186 0 0.54 0.01 0.26 301.19 0.43 0.54
Hex BC 57 BA 0 36 1 1A 12D 2B 36
Octal 274 127 272 0 66 1 32 455 53 66
Binary 10111100 1010111 10111010 0 110110 1 11010 100101101 101011 110110

Color Harmonies of #BC57BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57BA

Black with #BC57BA

Text Example


Text Example

White with #BC57BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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