#B331AD

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

Shades of Fuchsia #B331AD

Tints of Fuchsia #B331AD

Color information

#B331AD (or 0xB331AD) is unknown color: approx Fuchsia. HEX triplet: B3, 31 and AD. RGB value is (179,49,173). Sum of RGB (Red+Green+Blue) = 179+49+173=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B331AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B331AD is #4CCE52. Grayscale: #656565. Windows color (decimal): -5033555 or 11350451. OLE color: 11350451.

HSL color Cylindrical-coordinate representation of color #B331AD: hue angle of 302.77º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B331AD is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17949173-
CMYK00.730.030.30
HSL302.77º57.02%44.71%-
HSV(B)302.77º72.63%70.2%-
XYZ27.2314.840.96-
YUV102.01168.07182.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 49 (19.53% from 255) = 12.22%
BLUE value IS 173 (67.97% from 255) = 43.14%
R=44.64%
G=12.22%
B=43.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1794917300.730.030.30302.7757.0244.71
HexB331AD04931E12f392d
Octal2636125501113364577155
Binary1011001111000110101101010010011111110100101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B331AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B331AD; }

 p { color: rgb(179,49,173); }

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

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

 a { background-color: rgb(179,49,173); }

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

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

 span { border-color: rgb(179,49,173); }

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