#BC65AD

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

Shades of Fuchsia #BC65AD

Tints of Fuchsia #BC65AD

Color information

#BC65AD (or 0xBC65AD) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and AD. RGB value is (188,101,173). Sum of RGB (Red+Green+Blue) = 188+101+173=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65AD is #439A52. Grayscale: #878787. Windows color (decimal): -4430419 or 11363772. OLE color: 11363772.

HSL color Cylindrical-coordinate representation of color #BC65AD: hue angle of 310.34º 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 #BC65AD is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB188101173-
CMYK00.460.080.26
HSL310.34º39.37%56.67%-
HSV(B)310.34º46.28%73.73%-
XYZ32.9423.0242.24-
YUV135.22149.32165.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=40.69%
G=21.86%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810117300.460.080.26310.3439.3756.67
HexBC65AD02E81A1362739
Octal27414525505610324664771
Binary101111001100101101011010101110100011010100110110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65AD; }

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

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

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

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

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

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

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

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