#BC3ABD

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

Shades of Fuchsia #BC3ABD

Tints of Fuchsia #BC3ABD

Color information

#BC3ABD (or 0xBC3ABD) is unknown color: approx Fuchsia. HEX triplet: BC, 3A and BD. RGB value is (188,58,189). Sum of RGB (Red+Green+Blue) = 188+58+189=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC3ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ABD is #43C542. Grayscale: #6F6F6F. Windows color (decimal): -4441411 or 12401340. OLE color: 12401340.

HSL color Cylindrical-coordinate representation of color #BC3ABD: hue angle of 299.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC3ABD is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18858189-
CMYK0.010.6900.26
HSL299.54º53.04%48.43%-
HSV(B)299.54º69.31%74.12%-
XYZ31.4417.3949.84-
YUV111.8171.57182.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 58 (23.05% from 255) = 13.33%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=43.22%
G=13.33%
B=43.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188581890.010.6900.26299.5453.0448.43
HexBC3ABD14501A12c3530
Octal2747227511050324546560
Binary101111001110101011110111000101011010100101100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3ABD; }

 p { color: rgb(188,58,189); }

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

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

 a { background-color: rgb(188,58,189); }

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

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

 span { border-color: rgb(188,58,189); }

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