#BC6CBD

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

Shades of Fuchsia #BC6CBD

Tints of Fuchsia #BC6CBD

Color information

#BC6CBD (or 0xBC6CBD) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and BD. RGB value is (188,108,189). Sum of RGB (Red+Green+Blue) = 188+108+189=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CBD is #439342. Grayscale: #8C8C8C. Windows color (decimal): -4428611 or 12414140. OLE color: 12414140.

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

Color convert

RGB188108189-
CMYK0.010.4300.26
HSL299.26º38.03%58.24%-
HSV(B)299.26º42.86%74.12%-
XYZ35.2925.0951.13-
YUV141.15155161.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.76%
GREEN value IS 108 (42.58% from 255) = 22.27%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=38.76%
G=22.27%
B=38.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881081890.010.4300.26299.2638.0358.24
HexBC6CBD12B01A12b263a
Octal2741542751530324534672
Binary101111001101100101111011101011011010100101011100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CBD; }

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

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

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

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

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

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

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

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