#BC67AB

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

Shades of Fuchsia #BC67AB

Tints of Fuchsia #BC67AB

Color information

#BC67AB (or 0xBC67AB) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and AB. RGB value is (188,103,171). Sum of RGB (Red+Green+Blue) = 188+103+171=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC67AB is #439854. Grayscale: #878787. Windows color (decimal): -4429909 or 11233212. OLE color: 11233212.

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

Color convert

RGB188103171-
CMYK00.450.090.26
HSL312º38.81%57.06%-
HSV(B)312º45.21%73.73%-
XYZ32.9423.3341.3-
YUV136.17147.66164.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.69%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=40.69%
G=22.29%
B=37.01%

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
Decimal18810317100.450.090.2631238.8157.06
HexBC67AB02D91A1382739
Octal27414725305511324704771
Binary101111001100111101010110101101100111010100111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67AB; }

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

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

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

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

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

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

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

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