#BC5BB5

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

Shades of Fuchsia #BC5BB5

Tints of Fuchsia #BC5BB5

Color information

#BC5BB5 (or 0xBC5BB5) is unknown color: approx Fuchsia. HEX triplet: BC, 5B and B5. RGB value is (188,91,181). Sum of RGB (Red+Green+Blue) = 188+91+181=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BB5 is #43A44A. Grayscale: #828282. Windows color (decimal): -4432971 or 11885500. OLE color: 11885500.

HSL color Cylindrical-coordinate representation of color #BC5BB5: hue angle of 304.33º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5BB5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18891181-
CMYK00.520.040.26
HSL304.33º41.99%54.71%-
HSV(B)304.33º51.6%73.73%-
XYZ32.8221.5146.14-
YUV130.26156.64169.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=40.87%
G=19.78%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889118100.520.040.26304.3341.9954.71
HexBC5BB503441A1302a37
Octal2741332650644324605267
Binary10111100101101110110101011010010011010100110000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BB5; }

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

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

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

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

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

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

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

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