#BC6FB9

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

Shades of Fuchsia #BC6FB9

Tints of Fuchsia #BC6FB9

Color information

#BC6FB9 (or 0xBC6FB9) is unknown color: approx Fuchsia. HEX triplet: BC, 6F and B9. RGB value is (188,111,185). Sum of RGB (Red+Green+Blue) = 188+111+185=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FB9 is #439046. Grayscale: #8E8E8E. Windows color (decimal): -4427847 or 12152764. OLE color: 12152764.

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

Color convert

RGB188111185-
CMYK00.410.020.26
HSL302.34º36.49%58.63%-
HSV(B)302.34º40.96%73.73%-
XYZ35.1825.5648.98-
YUV142.46152.01160.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 185 (72.66% from 255) = 38.22%
R=38.84%
G=22.93%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811118500.410.020.26302.3436.4958.63
HexBC6FB902921A12e243b
Octal2741572710512324564473
Binary1011110011011111011100101010011011010100101110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FB9; }

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

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

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

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

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

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

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

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