#B038AB

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

Shades of Fuchsia #B038AB

Tints of Fuchsia #B038AB

Color information

#B038AB (or 0xB038AB) is unknown color: approx Fuchsia. HEX triplet: B0, 38 and AB. RGB value is (176,56,171). Sum of RGB (Red+Green+Blue) = 176+56+171=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 56 (22.27% from 255 or 13.90% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B038AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B038AB is #4FC754. Grayscale: #686868. Windows color (decimal): -5228373 or 11221168. OLE color: 11221168.

HSL color Cylindrical-coordinate representation of color #B038AB: hue angle of 302.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B038AB is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB17656171-
CMYK00.680.030.31
HSL302.5º51.72%45.49%-
HSV(B)302.5º68.18%69.02%-
XYZ26.671540.02-
YUV104.99165.26178.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 56 (22.27% from 255) = 13.90%
BLUE value IS 171 (67.19% from 255) = 42.43%
R=43.67%
G=13.90%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765617100.680.030.31302.551.7245.49
HexB038AB04431F12e342d
Octal2607025301043374566455
Binary1011000011100010101011010001001111111100101110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B038AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B038AB; }

 p { color: rgb(176,56,171); }

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

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

 a { background-color: rgb(176,56,171); }

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

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

 span { border-color: rgb(176,56,171); }

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