Html Css Color HEX #BC57C0 Fuchsia

📋 copy color: '#BC57C0'

red 188 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #BC57C0

Tints of Fuchsia #BC57C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 40.26%
G = 18.63%
B = 41.11%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC57C0 (or 0xBC57C0) is known color: Fuchsia. HEX triplet: BC, 57 and C0. RGB value is (188,87,192). Sum of RGB (Red+Green+Blue) = 188+87+192=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 87 (34.38% from 255 or 18.63% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC57C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC57C0 is #43A83F. Grayscale: #808080. Windows color (decimal): -4433984 or 12605372. OLE color: 12605372.

HSL color Cylindrical-coordinate representation of color #BC57C0: hue angle of 297.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC57C0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 87 192 -
CMYK 0.02 0.55 0 0.25
HSL 297.71º 0.45% 0.55% -
HSV(B) 297.71º 0.55% 0.75% -
XYZ 33.66 21.31 52.21 -
YUV 129.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 188 87 192 0.02 0.55 0 0.25 297.71 0.45 0.55
Hex BC 57 C0 2 37 0 19 12A 2D 37
Octal 274 127 300 2 67 0 31 452 55 67
Binary 10111100 1010111 11000000 10 110111 0 11001 100101010 101101 110111

Color Harmonies of #BC57C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC57C0

Black with #BC57C0

Text Example


Text Example

White with #BC57C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC57C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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