#BC61BA

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

Shades of Fuchsia #BC61BA

Tints of Fuchsia #BC61BA

Color information

#BC61BA (or 0xBC61BA) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and BA. RGB value is (188,97,186). Sum of RGB (Red+Green+Blue) = 188+97+186=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61BA is #439E45. Grayscale: #868686. Windows color (decimal): -4431430 or 12214716. OLE color: 12214716.

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

Color convert

RGB18897186-
CMYK00.480.010.26
HSL301.32º40.44%55.88%-
HSV(B)301.32º48.4%73.73%-
XYZ33.8822.7949.07-
YUV134.35157.15166.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=39.92%
G=20.59%
B=39.49%

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
Decimal1889718600.480.010.26301.3240.4455.88
HexBC61BA03011A12d2838
Octal2741412720601324555070
Binary101111001100001101110100110000111010100101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61BA; }

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

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

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

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

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

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

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

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