#BC61B0

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

Shades of Fuchsia #BC61B0

Tints of Fuchsia #BC61B0

Color information

#BC61B0 (or 0xBC61B0) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and B0. RGB value is (188,97,176). Sum of RGB (Red+Green+Blue) = 188+97+176=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61B0 is #439E4F. Grayscale: #848484. Windows color (decimal): -4431440 or 11559356. OLE color: 11559356.

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

Color convert

RGB18897176-
CMYK00.480.060.26
HSL307.91º40.44%55.88%-
HSV(B)307.91º48.4%73.73%-
XYZ32.8522.3843.66-
YUV133.22152.15167.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 176 (69.14% from 255) = 38.18%
R=40.78%
G=21.04%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889717600.480.060.26307.9140.4455.88
HexBC61B003061A1342838
Octal2741412600606324645070
Binary10111100110000110110000011000011011010100110100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61B0; }

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

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

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

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

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

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

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

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