Html Css Color HEX #BC56C6 Fuchsia

📋 copy color: '#BC56C6'

red 188 ◦ green 86 ◦ blue 198

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

Shades of Fuchsia #BC56C6

Tints of Fuchsia #BC56C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 39.83%
G = 18.22%
B = 41.95%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC56C6 (or 0xBC56C6) is known color: Fuchsia. HEX triplet: BC, 56 and C6. RGB value is (188,86,198). Sum of RGB (Red+Green+Blue) = 188+86+198=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC56C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C6 is #43A939. Grayscale: #808080. Windows color (decimal): -4434234 or 12998332. OLE color: 12998332.

HSL color Cylindrical-coordinate representation of color #BC56C6: hue angle of 294.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC56C6 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 86 198 -
CMYK 0.05 0.57 0 0.22
HSL 294.64º 0.5% 0.56% -
HSV(B) 294.64º 0.57% 0.78% -
XYZ 34.26 21.42 55.76 -
YUV 129.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 188 86 198 0.05 0.57 0 0.22 294.64 0.5 0.56
Hex BC 56 C6 5 39 0 16 127 32 38
Octal 274 126 306 5 71 0 26 447 62 70
Binary 10111100 1010110 11000110 101 111001 0 10110 100100111 110010 111000

Color Harmonies of #BC56C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56C6

Black with #BC56C6

Text Example


Text Example

White with #BC56C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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