#BC61B2

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

Shades of Fuchsia #BC61B2

Tints of Fuchsia #BC61B2

Color information

#BC61B2 (or 0xBC61B2) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and B2. RGB value is (188,97,178). Sum of RGB (Red+Green+Blue) = 188+97+178=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61B2 is #439E4D. Grayscale: #858585. Windows color (decimal): -4431438 or 11690428. OLE color: 11690428.

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

Color convert

RGB18897178-
CMYK00.480.050.26
HSL306.59º40.44%55.88%-
HSV(B)306.59º48.4%73.73%-
XYZ33.0522.4644.71-
YUV133.44153.15166.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 178 (69.92% from 255) = 38.44%
R=40.60%
G=20.95%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889717800.480.050.26306.5940.4455.88
HexBC61B203051A1332838
Octal2741412620605324635070
Binary10111100110000110110010011000010111010100110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61B2; }

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

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

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

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

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

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

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

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