#B03FBC

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

Shades of Fuchsia #B03FBC

Tints of Fuchsia #B03FBC

Color information

#B03FBC (or 0xB03FBC) is unknown color: approx Fuchsia. HEX triplet: B0, 3F and BC. RGB value is (176,63,188). Sum of RGB (Red+Green+Blue) = 176+63+188=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #B03FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FBC is #4FC043. Grayscale: #6E6E6E. Windows color (decimal): -5226564 or 12337072. OLE color: 12337072.

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

Color convert

RGB17663188-
CMYK0.060.6600.26
HSL294.24º49.8%49.22%-
HSV(B)294.24º66.49%73.73%-
XYZ28.7616.4249.23-
YUV111.04171.44174.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 63 (25% from 255) = 14.75%
BLUE value IS 188 (73.83% from 255) = 44.03%
R=41.22%
G=14.75%
B=44.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176631880.060.6600.26294.2449.849.22
HexB03FBC64201A1263231
Octal2607727461020324466261
Binary10110000111111101111001101000010011010100100110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FBC; }

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

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

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

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

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

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

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

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