#BC68C7

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

Shades of Fuchsia #BC68C7

Tints of Fuchsia #BC68C7

Color information

#BC68C7 (or 0xBC68C7) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and C7. RGB value is (188,104,199). Sum of RGB (Red+Green+Blue) = 188+104+199=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68C7 is #439738. Grayscale: #8B8B8B. Windows color (decimal): -4429625 or 13068476. OLE color: 13068476.

HSL color Cylindrical-coordinate representation of color #BC68C7: hue angle of 293.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC68C7 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB188104199-
CMYK0.060.4800.22
HSL293.05º45.89%59.41%-
HSV(B)293.05º47.74%78.04%-
XYZ3624.7256.91-
YUV139.95161.33162.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.29%
GREEN value IS 104 (41.02% from 255) = 21.18%
BLUE value IS 199 (78.12% from 255) = 40.53%
R=38.29%
G=21.18%
B=40.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1881041990.060.4800.22293.0545.8959.41
HexBC68C76300161252e3b
Octal2741503076600264455673
Binary10111100110100011000111110110000010110100100101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68C7; }

 p { color: rgb(188,104,199); }

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

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

 a { background-color: rgb(188,104,199); }

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

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

 span { border-color: rgb(188,104,199); }

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