#BC6CBB

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

Shades of Fuchsia #BC6CBB

Tints of Fuchsia #BC6CBB

Color information

#BC6CBB (or 0xBC6CBB) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and BB. RGB value is (188,108,187). Sum of RGB (Red+Green+Blue) = 188+108+187=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 108 (42.58% from 255 or 22.36% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CBB is #439344. Grayscale: #8C8C8C. Windows color (decimal): -4428613 or 12283068. OLE color: 12283068.

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

Color convert

RGB188108187-
CMYK00.430.010.26
HSL300.75º37.38%58.04%-
HSV(B)300.75º42.55%73.73%-
XYZ35.072549.99-
YUV140.93154161.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 108 (42.58% from 255) = 22.36%
BLUE value IS 187 (73.44% from 255) = 38.72%
R=38.92%
G=22.36%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810818700.430.010.26300.7537.3858.04
HexBC6CBB02B11A12d253a
Octal2741542730531324554572
Binary101111001101100101110110101011111010100101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CBB; }

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

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

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

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

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

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

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

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