#B03AB4

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

Shades of Fuchsia #B03AB4

Tints of Fuchsia #B03AB4

Color information

#B03AB4 (or 0xB03AB4) is unknown color: approx Fuchsia. HEX triplet: B0, 3A and B4. RGB value is (176,58,180). Sum of RGB (Red+Green+Blue) = 176+58+180=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 180 (70.70% from 255 or 43.48% from 414); Max value from RGB is 180 - color contains mainly: blue. Hex color #B03AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03AB4 is #4FC54B. Grayscale: #6A6A6A. Windows color (decimal): -5227852 or 11811504. OLE color: 11811504.

HSL color Cylindrical-coordinate representation of color #B03AB4: hue angle of 298.03º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03AB4 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17658180-
CMYK0.020.6800.29
HSL298.03º51.26%46.67%-
HSV(B)298.03º67.78%70.59%-
XYZ27.6615.5544.72-
YUV107.19169.09177.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 58 (23.05% from 255) = 14.01%
BLUE value IS 180 (70.70% from 255) = 43.48%
R=42.51%
G=14.01%
B=43.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176581800.020.6800.29298.0351.2646.67
HexB03AB424401D12a332f
Octal2607226421040354526357
Binary1011000011101010110100101000100011101100101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03AB4; }

 p { color: rgb(176,58,180); }

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

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

 a { background-color: rgb(176,58,180); }

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

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

 span { border-color: rgb(176,58,180); }

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