#BC3CB0

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

Shades of Fuchsia #BC3CB0

Tints of Fuchsia #BC3CB0

Color information

#BC3CB0 (or 0xBC3CB0) is unknown color: approx Fuchsia. HEX triplet: BC, 3C and B0. RGB value is (188,60,176). Sum of RGB (Red+Green+Blue) = 188+60+176=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 60 (23.83% from 255 or 14.15% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CB0 is #43C34F. Grayscale: #6F6F6F. Windows color (decimal): -4440912 or 11549884. OLE color: 11549884.

HSL color Cylindrical-coordinate representation of color #BC3CB0: hue angle of 305.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CB0 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18860176-
CMYK00.680.060.26
HSL305.62º51.61%48.63%-
HSV(B)305.62º68.09%73.73%-
XYZ30.1917.0642.78-
YUV111.5164.41182.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 60 (23.83% from 255) = 14.15%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=44.34%
G=14.15%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886017600.680.060.26305.6251.6148.63
HexBC3CB004461A1323431
Octal2747426001046324626461
Binary10111100111100101100000100010011011010100110010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3CB0; }

 p { color: rgb(188,60,176); }

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

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

 a { background-color: rgb(188,60,176); }

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

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

 span { border-color: rgb(188,60,176); }

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