#BC6FB3

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

Shades of Fuchsia #BC6FB3

Tints of Fuchsia #BC6FB3

Color information

#BC6FB3 (or 0xBC6FB3) is unknown color: approx Fuchsia. HEX triplet: BC, 6F and B3. RGB value is (188,111,179). Sum of RGB (Red+Green+Blue) = 188+111+179=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FB3 is #43904C. Grayscale: #8D8D8D. Windows color (decimal): -4427853 or 11759548. OLE color: 11759548.

HSL color Cylindrical-coordinate representation of color #BC6FB3: hue angle of 307.01º 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 #BC6FB3 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB188111179-
CMYK00.410.050.26
HSL307.01º36.49%58.63%-
HSV(B)307.01º40.96%73.73%-
XYZ34.5625.3145.71-
YUV141.78149.01160.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 111 (43.75% from 255) = 23.22%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=39.33%
G=23.22%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811117900.410.050.26307.0136.4958.63
HexBC6FB302951A133243b
Octal2741572630515324634473
Binary10111100110111110110011010100110111010100110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FB3; }

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

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

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

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

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

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

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

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