#bc61bd

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

Shades of Fuchsia #BC61BD

Tints of Fuchsia #BC61BD

Color information

#BC61BD (or 0xBC61BD) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and BD. RGB value is (188,97,189). Sum of RGB (Red+Green+Blue) = 188+97+189=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC61BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61BD is #439E42. Grayscale: #868686. Windows color (decimal): -4431427 or 12411324. OLE color: 12411324.

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

Color convert

RGB18897189-
CMYK0.010.4900.26
HSL299.35º41.07%56.08%-
HSV(B)299.35º48.68%74.12%-
XYZ34.222.9150.76-
YUV134.7158.65166.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 189 (74.22% from 255) = 39.87%
R=39.66%
G=20.46%
B=39.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188971890.010.4900.26299.3541.0756.08
HexBC61BD13101A12b2938
Octal2741412751610324535170
Binary101111001100001101111011110001011010100101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc61bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc61bd; }

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

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

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

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

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

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

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

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