#BC33C6

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

Shades of Fuchsia #BC33C6

Tints of Fuchsia #BC33C6

Color information

#BC33C6 (or 0xBC33C6) is unknown color: approx Fuchsia. HEX triplet: BC, 33 and C6. RGB value is (188,51,198). Sum of RGB (Red+Green+Blue) = 188+51+198=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #BC33C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C6 is #43CC39. Grayscale: #6C6C6C. Windows color (decimal): -4443194 or 12989372. OLE color: 12989372.

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

Color convert

RGB18851198-
CMYK0.050.7400.22
HSL295.92º59.04%48.82%-
HSV(B)295.92º74.24%77.65%-
XYZ32.1217.1455.04-
YUV108.72178.39184.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=43.02%
G=11.67%
B=45.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188511980.050.7400.22295.9259.0448.82
HexBC33C654A0161283b31
Octal2746330651120264507361
Binary10111100110011110001101011001010010110100101000111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33C6; }

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

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

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

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

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

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

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

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