#BC61BB

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

Shades of Fuchsia #BC61BB

Tints of Fuchsia #BC61BB

Color information

#BC61BB (or 0xBC61BB) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and BB. RGB value is (188,97,187). Sum of RGB (Red+Green+Blue) = 188+97+187=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61BB is #439E44. Grayscale: #868686. Windows color (decimal): -4431429 or 12280252. OLE color: 12280252.

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

Color convert

RGB18897187-
CMYK00.480.010.26
HSL300.66º40.44%55.88%-
HSV(B)300.66º48.4%73.73%-
XYZ33.9822.8349.63-
YUV134.47157.65166.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.83%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=39.83%
G=20.55%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889718700.480.010.26300.6640.4455.88
HexBC61BB03011A12d2838
Octal2741412730601324555070
Binary101111001100001101110110110000111010100101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61BB; }

 p { color: rgb(188,97,187); }

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

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

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

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

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

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

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