#B03FC1

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

Shades of Fuchsia #B03FC1

Tints of Fuchsia #B03FC1

Color information

#B03FC1 (or 0xB03FC1) is unknown color: approx Fuchsia. HEX triplet: B0, 3F and C1. RGB value is (176,63,193). Sum of RGB (Red+Green+Blue) = 176+63+193=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #B03FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03FC1 is #4FC03E. Grayscale: #6F6F6F. Windows color (decimal): -5226559 or 12664752. OLE color: 12664752.

HSL color Cylindrical-coordinate representation of color #B03FC1: hue angle of 292.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03FC1 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17663193-
CMYK0.090.6700.24
HSL292.15º51.18%50.2%-
HSV(B)292.15º67.36%75.69%-
XYZ29.3116.6452.12-
YUV111.61173.94173.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.74%
GREEN value IS 63 (25% from 255) = 14.58%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=40.74%
G=14.58%
B=44.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176631930.090.6700.24292.1551.1850.2
HexB03FC19430181243332
Octal26077301111030304446362
Binary101100001111111100000110011000011011000100100100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FC1; }

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

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

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

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

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

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

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

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