#BC33C0

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

Shades of Fuchsia #BC33C0

Tints of Fuchsia #BC33C0

Color information

#BC33C0 (or 0xBC33C0) is unknown color: approx Fuchsia. HEX triplet: BC, 33 and C0. RGB value is (188,51,192). Sum of RGB (Red+Green+Blue) = 188+51+192=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #BC33C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C0 is #43CC3F. Grayscale: #6B6B6B. Windows color (decimal): -4443200 or 12596156. OLE color: 12596156.

HSL color Cylindrical-coordinate representation of color #BC33C0: hue angle of 298.3º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC33C0 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18851192-
CMYK0.020.7300.25
HSL298.3º58.02%47.65%-
HSV(B)298.3º73.44%75.29%-
XYZ31.4416.8651.47-
YUV108.04175.39185.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 51 (20.31% from 255) = 11.83%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=43.62%
G=11.83%
B=44.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188511920.020.7300.25298.358.0247.65
HexBC33C024901912a3a30
Octal2746330021110314527260
Binary1011110011001111000000101001001011001100101010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33C0; }

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

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

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

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

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

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

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

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