#B03BAC

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

Shades of Fuchsia #B03BAC

Tints of Fuchsia #B03BAC

Color information

#B03BAC (or 0xB03BAC) is unknown color: approx Fuchsia. HEX triplet: B0, 3B and AC. RGB value is (176,59,172). Sum of RGB (Red+Green+Blue) = 176+59+172=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BAC is #4FC453. Grayscale: #6A6A6A. Windows color (decimal): -5227604 or 11287472. OLE color: 11287472.

HSL color Cylindrical-coordinate representation of color #B03BAC: hue angle of 302.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BAC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17659172-
CMYK00.660.020.31
HSL302.05º49.79%46.08%-
HSV(B)302.05º66.48%69.02%-
XYZ26.9115.3440.57-
YUV106.86164.76177.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 59 (23.44% from 255) = 14.50%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=43.24%
G=14.50%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765917200.660.020.31302.0549.7946.08
HexB03BAC04221F12e322e
Octal2607325401022374566256
Binary1011000011101110101100010000101011111100101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BAC; }

 p { color: rgb(176,59,172); }

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

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

 a { background-color: rgb(176,59,172); }

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

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

 span { border-color: rgb(176,59,172); }

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