#BC65AC

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

Shades of Fuchsia #BC65AC

Tints of Fuchsia #BC65AC

Color information

#BC65AC (or 0xBC65AC) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and AC. RGB value is (188,101,172). Sum of RGB (Red+Green+Blue) = 188+101+172=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AC is #439A53. Grayscale: #868686. Windows color (decimal): -4430420 or 11298236. OLE color: 11298236.

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

Color convert

RGB188101172-
CMYK00.460.090.26
HSL311.03º39.37%56.67%-
HSV(B)311.03º46.28%73.73%-
XYZ32.8422.9841.73-
YUV135.11148.82165.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=40.78%
G=21.91%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810117200.460.090.26311.0339.3756.67
HexBC65AC02E91A1372739
Octal27414525405611324674771
Binary101111001100101101011000101110100111010100110111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65AC; }

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

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

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

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

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

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

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

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