#BC6CB9

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

Shades of Fuchsia #BC6CB9

Tints of Fuchsia #BC6CB9

Color information

#BC6CB9 (or 0xBC6CB9) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and B9. RGB value is (188,108,185). Sum of RGB (Red+Green+Blue) = 188+108+185=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 108 (42.58% from 255 or 22.45% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CB9 is #439346. Grayscale: #8C8C8C. Windows color (decimal): -4428615 or 12151996. OLE color: 12151996.

HSL color Cylindrical-coordinate representation of color #BC6CB9: hue angle of 302.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6CB9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188108185-
CMYK00.430.020.26
HSL302.25º37.38%58.04%-
HSV(B)302.25º42.55%73.73%-
XYZ34.8624.9248.87-
YUV140.7153161.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 108 (42.58% from 255) = 22.45%
BLUE value IS 185 (72.66% from 255) = 38.46%
R=39.09%
G=22.45%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810818500.430.020.26302.2537.3858.04
HexBC6CB902B21A12e253a
Octal2741542710532324564572
Binary1011110011011001011100101010111011010100101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CB9; }

 p { color: rgb(188,108,185); }

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

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

 a { background-color: rgb(188,108,185); }

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

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

 span { border-color: rgb(188,108,185); }

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