#BC67AC

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

Shades of Fuchsia #BC67AC

Tints of Fuchsia #BC67AC

Color information

#BC67AC (or 0xBC67AC) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and AC. RGB value is (188,103,172). Sum of RGB (Red+Green+Blue) = 188+103+172=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67AC is #439853. Grayscale: #888888. Windows color (decimal): -4429908 or 11298748. OLE color: 11298748.

HSL color Cylindrical-coordinate representation of color #BC67AC: hue angle of 311.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67AC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB188103172-
CMYK00.450.090.26
HSL311.29º38.81%57.06%-
HSV(B)311.29º45.21%73.73%-
XYZ33.0423.3741.8-
YUV136.28148.16164.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 103 (40.62% from 255) = 22.25%
BLUE value IS 172 (67.58% from 255) = 37.15%
R=40.60%
G=22.25%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810317200.450.090.26311.2938.8157.06
HexBC67AC02D91A1372739
Octal27414725405511324674771
Binary101111001100111101011000101101100111010100110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67AC; }

 p { color: rgb(188,103,172); }

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

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

 a { background-color: rgb(188,103,172); }

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

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

 span { border-color: rgb(188,103,172); }

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