#BC69BA

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

Shades of Fuchsia #BC69BA

Tints of Fuchsia #BC69BA

Color information

#BC69BA (or 0xBC69BA) is unknown color: approx Fuchsia. HEX triplet: BC, 69 and BA. RGB value is (188,105,186). Sum of RGB (Red+Green+Blue) = 188+105+186=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69BA is #439645. Grayscale: #8A8A8A. Windows color (decimal): -4429382 or 12216764. OLE color: 12216764.

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

Color convert

RGB188105186-
CMYK00.440.010.26
HSL301.45º38.25%57.45%-
HSV(B)301.45º44.15%73.73%-
XYZ34.6524.3449.33-
YUV139.05154.5162.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=39.25%
G=21.92%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810518600.440.010.26301.4538.2557.45
HexBC69BA02C11A12d2639
Octal2741512720541324554671
Binary101111001101001101110100101100111010100101101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69BA; }

 p { color: rgb(188,105,186); }

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

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

 a { background-color: rgb(188,105,186); }

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

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

 span { border-color: rgb(188,105,186); }

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