#BC5BBE

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

Shades of Fuchsia #BC5BBE

Tints of Fuchsia #BC5BBE

Color information

#BC5BBE (or 0xBC5BBE) is unknown color: approx Fuchsia. HEX triplet: BC, 5B and BE. RGB value is (188,91,190). Sum of RGB (Red+Green+Blue) = 188+91+190=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC5BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BBE is #43A441. Grayscale: #828282. Windows color (decimal): -4432962 or 12475324. OLE color: 12475324.

HSL color Cylindrical-coordinate representation of color #BC5BBE: hue angle of 298.79º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BBE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18891190-
CMYK0.010.5200.25
HSL298.79º43.23%55.1%-
HSV(B)298.79º52.11%74.51%-
XYZ33.7721.8951.16-
YUV131.29161.14168.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 91 (35.94% from 255) = 19.40%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=40.09%
G=19.40%
B=40.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188911900.010.5200.25298.7943.2355.1
HexBC5BBE13401912b2b37
Octal2741332761640314535367
Binary101111001011011101111101110100011001100101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BBE; }

 p { color: rgb(188,91,190); }

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

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

 a { background-color: rgb(188,91,190); }

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

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

 span { border-color: rgb(188,91,190); }

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