#BC5FBA

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

Shades of Fuchsia #BC5FBA

Tints of Fuchsia #BC5FBA

Color information

#BC5FBA (or 0xBC5FBA) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and BA. RGB value is (188,95,186). Sum of RGB (Red+Green+Blue) = 188+95+186=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FBA is #43A045. Grayscale: #848484. Windows color (decimal): -4431942 or 12214204. OLE color: 12214204.

HSL color Cylindrical-coordinate representation of color #BC5FBA: hue angle of 301.29º 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 #BC5FBA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB18895186-
CMYK00.490.010.26
HSL301.29º40.97%55.49%-
HSV(B)301.29º49.47%73.73%-
XYZ33.6922.4249.01-
YUV133.18157.81167.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.09%
GREEN value IS 95 (37.5% from 255) = 20.26%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=40.09%
G=20.26%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889518600.490.010.26301.2940.9755.49
HexBC5FBA03111A12d2937
Octal2741372720611324555167
Binary101111001011111101110100110001111010100101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FBA; }

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

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

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

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

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

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

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

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