#BC5CBF

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

Shades of Fuchsia #BC5CBF

Tints of Fuchsia #BC5CBF

Color information

#BC5CBF (or 0xBC5CBF) is unknown color: approx Fuchsia. HEX triplet: BC, 5C and BF. RGB value is (188,92,191). Sum of RGB (Red+Green+Blue) = 188+92+191=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC5CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CBF is #43A340. Grayscale: #838383. Windows color (decimal): -4432705 or 12541116. OLE color: 12541116.

HSL color Cylindrical-coordinate representation of color #BC5CBF: hue angle of 298.18º degrees, saturation: 0.44, 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 #BC5CBF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18892191-
CMYK0.020.5200.25
HSL298.18º43.61%55.49%-
HSV(B)298.18º51.83%74.9%-
XYZ33.9722.1151.77-
YUV131.99161.3167.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 191 (75% from 255) = 40.55%
R=39.92%
G=19.53%
B=40.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188921910.020.5200.25298.1843.6155.49
HexBC5CBF23401912a2c37
Octal2741342772640314525467
Binary1011110010111001011111110110100011001100101010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5CBF; }

 p { color: rgb(188,92,191); }

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

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

 a { background-color: rgb(188,92,191); }

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

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

 span { border-color: rgb(188,92,191); }

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