#BC3DB7

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

Shades of Fuchsia #BC3DB7

Tints of Fuchsia #BC3DB7

Color information

#BC3DB7 (or 0xBC3DB7) is unknown color: approx Fuchsia. HEX triplet: BC, 3D and B7. RGB value is (188,61,183). Sum of RGB (Red+Green+Blue) = 188+61+183=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DB7 is #43C248. Grayscale: #707070. Windows color (decimal): -4440649 or 12008892. OLE color: 12008892.

HSL color Cylindrical-coordinate representation of color #BC3DB7: hue angle of 302.36º degrees, saturation: 0.51, 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 #BC3DB7 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18861183-
CMYK00.680.030.26
HSL302.36º51%48.82%-
HSV(B)302.36º67.55%73.73%-
XYZ30.9617.4546.54-
YUV112.88167.58181.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 61 (24.22% from 255) = 14.12%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=43.52%
G=14.12%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886118300.680.030.26302.365148.82
HexBC3DB704431A12e3331
Octal2747526701043324566361
Binary1011110011110110110111010001001111010100101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3DB7; }

 p { color: rgb(188,61,183); }

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

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

 a { background-color: rgb(188,61,183); }

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

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

 span { border-color: rgb(188,61,183); }

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