#BC5FB9

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

Shades of Fuchsia #BC5FB9

Tints of Fuchsia #BC5FB9

Color information

#BC5FB9 (or 0xBC5FB9) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and B9. RGB value is (188,95,185). Sum of RGB (Red+Green+Blue) = 188+95+185=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FB9 is #43A046. Grayscale: #848484. Windows color (decimal): -4431943 or 12148668. OLE color: 12148668.

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

Color convert

RGB18895185-
CMYK00.490.020.26
HSL301.94º40.97%55.49%-
HSV(B)301.94º49.47%73.73%-
XYZ33.5922.3848.45-
YUV133.07157.31167.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 95 (37.5% from 255) = 20.30%
BLUE value IS 185 (72.66% from 255) = 39.53%
R=40.17%
G=20.30%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889518500.490.020.26301.9440.9755.49
HexBC5FB903121A12e2937
Octal2741372710612324565167
Binary1011110010111111011100101100011011010100101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FB9; }

 p { color: rgb(188,95,185); }

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

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

 a { background-color: rgb(188,95,185); }

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

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

 span { border-color: rgb(188,95,185); }

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