#BC33C8

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

Shades of Fuchsia #BC33C8

Tints of Fuchsia #BC33C8

Color information

#BC33C8 (or 0xBC33C8) is unknown color: approx Fuchsia. HEX triplet: BC, 33 and C8. RGB value is (188,51,200). Sum of RGB (Red+Green+Blue) = 188+51+200=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #BC33C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C8 is #43CC37. Grayscale: #6C6C6C. Windows color (decimal): -4443192 or 13120444. OLE color: 13120444.

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

Color convert

RGB18851200-
CMYK0.060.7400.22
HSL295.17º59.36%49.22%-
HSV(B)295.17º74.5%78.43%-
XYZ32.3517.2356.26-
YUV108.95179.39184.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 51 (20.31% from 255) = 11.62%
BLUE value IS 200 (78.52% from 255) = 45.56%
R=42.82%
G=11.62%
B=45.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188512000.060.7400.22295.1759.3649.22
HexBC33C864A0161273b31
Octal2746331061120264477361
Binary10111100110011110010001101001010010110100100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33C8; }

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

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

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

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

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

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

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

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