#BC28B1

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

Shades of Fuchsia #BC28B1

Tints of Fuchsia #BC28B1

Color information

#BC28B1 (or 0xBC28B1) is unknown color: approx Fuchsia. HEX triplet: BC, 28 and B1. RGB value is (188,40,177). Sum of RGB (Red+Green+Blue) = 188+40+177=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC28B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC28B1 is #43D74E. Grayscale: #636363. Windows color (decimal): -4446031 or 11610300. OLE color: 11610300.

HSL color Cylindrical-coordinate representation of color #BC28B1: hue angle of 304.46º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC28B1 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB18840177-
CMYK00.790.060.26
HSL304.46º64.91%44.71%-
HSV(B)304.46º78.72%73.73%-
XYZ29.4315.3843.01-
YUV99.87171.53190.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=46.42%
G=9.88%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884017700.790.060.26304.4664.9144.71
HexBC28B104F61A130412d
Octal27450261011763246010155
Binary101111001010001011000101001111110110101001100001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC28B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC28B1; }

 p { color: rgb(188,40,177); }

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

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

 a { background-color: rgb(188,40,177); }

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

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

 span { border-color: rgb(188,40,177); }

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