#bc69bc

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

Shades of Fuchsia #BC69BC

Tints of Fuchsia #BC69BC

Color information

#BC69BC (or 0xBC69BC) is unknown color: approx Fuchsia. HEX triplet: BC, 69 and BC. RGB value is (188,105,188). Sum of RGB (Red+Green+Blue) = 188+105+188=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69BC is #439643. Grayscale: #8B8B8B. Windows color (decimal): -4429380 or 12347836. OLE color: 12347836.

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

Color convert

RGB188105188-
CMYK00.4400.26
HSL300º38.25%57.45%-
HSV(B)300º44.15%73.73%-
XYZ34.8724.4350.45-
YUV139.28155.5162.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=39.09%
G=21.83%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810518800.4400.2630038.2557.45
HexBC69BC02C01A12c2639
Octal2741512740540324544671
Binary101111001101001101111000101100011010100101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc69bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc69bc; }

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

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

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

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

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

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

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

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