Html Css Color HEX #BC56C2 Fuchsia

📋 copy color: '#BC56C2'

red 188 ◦ green 86 ◦ blue 194

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

Shades of Fuchsia #BC56C2

Tints of Fuchsia #BC56C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 40.17%
G = 18.38%
B = 41.45%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC56C2 (or 0xBC56C2) is known color: Fuchsia. HEX triplet: BC, 56 and C2. RGB value is (188,86,194). Sum of RGB (Red+Green+Blue) = 188+86+194=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 86 (33.98% from 255 or 18.38% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC56C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC56C2 is #43A93D. Grayscale: #808080. Windows color (decimal): -4434238 or 12736188. OLE color: 12736188.

HSL color Cylindrical-coordinate representation of color #BC56C2: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC56C2 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 86 194 -
CMYK 0.03 0.56 0 0.24
HSL 296.67º 0.47% 0.55% -
HSV(B) 296.67º 0.56% 0.76% -
XYZ 33.8 21.24 53.36 -
YUV 128.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 188 86 194 0.03 0.56 0 0.24 296.67 0.47 0.55
Hex BC 56 C2 3 38 0 18 129 2F 37
Octal 274 126 302 3 70 0 30 451 57 67
Binary 10111100 1010110 11000010 11 111000 0 11000 100101001 101111 110111

Color Harmonies of #BC56C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC56C2

Black with #BC56C2

Text Example


Text Example

White with #BC56C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC56C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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