#BC6FB4

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

Shades of Fuchsia #BC6FB4

Tints of Fuchsia #BC6FB4

Color information

#BC6FB4 (or 0xBC6FB4) is unknown color: approx Fuchsia. HEX triplet: BC, 6F and B4. RGB value is (188,111,180). Sum of RGB (Red+Green+Blue) = 188+111+180=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FB4 is #43904B. Grayscale: #8D8D8D. Windows color (decimal): -4427852 or 11825084. OLE color: 11825084.

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

Color convert

RGB188111180-
CMYK00.410.040.26
HSL306.23º36.49%58.63%-
HSV(B)306.23º40.96%73.73%-
XYZ34.6625.3646.25-
YUV141.89149.51160.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 180 (70.70% from 255) = 37.58%
R=39.25%
G=23.17%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811118000.410.040.26306.2336.4958.63
HexBC6FB402941A132243b
Octal2741572640514324624473
Binary10111100110111110110100010100110011010100110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6FB4; }

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

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

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

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

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

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

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

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