#BC5FB0

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

Shades of Fuchsia #BC5FB0

Tints of Fuchsia #BC5FB0

Color information

#BC5FB0 (or 0xBC5FB0) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and B0. RGB value is (188,95,176). Sum of RGB (Red+Green+Blue) = 188+95+176=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FB0 is #43A04F. Grayscale: #838383. Windows color (decimal): -4431952 or 11558844. OLE color: 11558844.

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

Color convert

RGB18895176-
CMYK00.490.060.26
HSL307.74º40.97%55.49%-
HSV(B)307.74º49.47%73.73%-
XYZ32.6722.0143.6-
YUV132.04152.81167.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 176 (69.14% from 255) = 38.34%
R=40.96%
G=20.70%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889517600.490.060.26307.7440.9755.49
HexBC5FB003161A1342937
Octal2741372600616324645167
Binary10111100101111110110000011000111011010100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FB0; }

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

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

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

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

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

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

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

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