#BC36C9

Color #BC36C9 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BC36C9

Tints of Fuchsia #BC36C9

Color information

#BC36C9 (or 0xBC36C9) is unknown color: approx Fuchsia. HEX triplet: BC, 36 and C9. RGB value is (188,54,201). Sum of RGB (Red+Green+Blue) = 188+54+201=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 54 (21.48% from 255 or 12.19% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC36C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC36C9 is #43C936. Grayscale: #6E6E6E. Windows color (decimal): -4442423 or 13186748. OLE color: 13186748.

HSL color Cylindrical-coordinate representation of color #BC36C9: hue angle of 294.69º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC36C9 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18854201-
CMYK0.060.7300.21
HSL294.69º57.65%50%-
HSV(B)294.69º73.13%78.82%-
XYZ32.617.5556.93-
YUV110.82178.89183.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.44%
GREEN value IS 54 (21.48% from 255) = 12.19%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=42.44%
G=12.19%
B=45.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188542010.060.7300.21294.6957.6550
HexBC36C96490151273a32
Octal2746631161110254477262
Binary10111100110110110010011101001001010101100100111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC36C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC36C9; }

 p { color: rgb(188,54,201); }

 H1.HeaderClassName
 {
   color: #BC36C9;
 }
 .AnyTagClassName
 {
   color: #BC36C9;
 }
</style>
background-color css

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

 a { background-color: rgb(188,54,201); }

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

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

 span { border-color: rgb(188,54,201); }

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