#BC5FBE

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

Shades of Fuchsia #BC5FBE

Tints of Fuchsia #BC5FBE

Color information

#BC5FBE (or 0xBC5FBE) is unknown color: approx Fuchsia. HEX triplet: BC, 5F and BE. RGB value is (188,95,190). Sum of RGB (Red+Green+Blue) = 188+95+190=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC5FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FBE is #43A041. Grayscale: #858585. Windows color (decimal): -4431938 or 12476348. OLE color: 12476348.

HSL color Cylindrical-coordinate representation of color #BC5FBE: hue angle of 298.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5FBE is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18895190-
CMYK0.010.500.25
HSL298.74º42.22%55.88%-
HSV(B)298.74º50%74.51%-
XYZ34.1322.5951.28-
YUV133.64159.81166.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=39.75%
G=20.08%
B=40.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188951900.010.500.25298.7442.2255.88
HexBC5FBE13201912b2a38
Octal2741372761620314535270
Binary101111001011111101111101110010011001100101011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5FBE; }

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

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

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

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

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

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

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

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