#BC6CB7

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

Shades of Fuchsia #BC6CB7

Tints of Fuchsia #BC6CB7

Color information

#BC6CB7 (or 0xBC6CB7) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and B7. RGB value is (188,108,183). Sum of RGB (Red+Green+Blue) = 188+108+183=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CB7 is #439348. Grayscale: #8C8C8C. Windows color (decimal): -4428617 or 12020924. OLE color: 12020924.

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

Color convert

RGB188108183-
CMYK00.430.030.26
HSL303.75º37.38%58.04%-
HSV(B)303.75º42.55%73.73%-
XYZ34.6524.8447.77-
YUV140.47152161.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=39.25%
G=22.55%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810818300.430.030.26303.7537.3858.04
HexBC6CB702B31A130253a
Octal2741542670533324604572
Binary1011110011011001011011101010111111010100110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CB7; }

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

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

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

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

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

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

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

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