#BC6BB4

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

Shades of Fuchsia #BC6BB4

Tints of Fuchsia #BC6BB4

Color information

#BC6BB4 (or 0xBC6BB4) is unknown color: approx Fuchsia. HEX triplet: BC, 6B and B4. RGB value is (188,107,180). Sum of RGB (Red+Green+Blue) = 188+107+180=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BB4 is #43944B. Grayscale: #8B8B8B. Windows color (decimal): -4428876 or 11824060. OLE color: 11824060.

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

Color convert

RGB188107180-
CMYK00.430.040.26
HSL305.93º37.67%57.84%-
HSV(B)305.93º43.09%73.73%-
XYZ34.2324.546.11-
YUV139.54150.84162.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=39.58%
G=22.53%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810718000.430.040.26305.9337.6757.84
HexBC6BB402B41A132263a
Octal2741532640534324624672
Binary10111100110101110110100010101110011010100110010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BB4; }

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

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

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

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

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

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

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

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