#BC6CBE

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

Shades of Fuchsia #BC6CBE

Tints of Fuchsia #BC6CBE

Color information

#BC6CBE (or 0xBC6CBE) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and BE. RGB value is (188,108,190). Sum of RGB (Red+Green+Blue) = 188+108+190=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CBE is #439341. Grayscale: #8D8D8D. Windows color (decimal): -4428610 or 12479676. OLE color: 12479676.

HSL color Cylindrical-coordinate representation of color #BC6CBE: hue angle of 298.54º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6CBE is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188108190-
CMYK0.010.4300.25
HSL298.54º38.68%58.43%-
HSV(B)298.54º43.16%74.51%-
XYZ35.425.1351.7-
YUV141.27155.5161.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=38.68%
G=22.22%
B=39.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881081900.010.4300.25298.5438.6858.43
HexBC6CBE12B01912b273a
Octal2741542761530314534772
Binary101111001101100101111101101011011001100101011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CBE; }

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

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

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

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

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

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

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

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