#B335AD

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

Shades of Fuchsia #B335AD

Tints of Fuchsia #B335AD

Color information

#B335AD (or 0xB335AD) is unknown color: approx Fuchsia. HEX triplet: B3, 35 and AD. RGB value is (179,53,173). Sum of RGB (Red+Green+Blue) = 179+53+173=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B335AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B335AD is #4CCA52. Grayscale: #686868. Windows color (decimal): -5032531 or 11351475. OLE color: 11351475.

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

Color convert

RGB17953173-
CMYK00.700.030.30
HSL302.86º54.31%45.49%-
HSV(B)302.86º70.39%70.2%-
XYZ27.4115.1541.01-
YUV104.35166.74181.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.20%
GREEN value IS 53 (21.09% from 255) = 13.09%
BLUE value IS 173 (67.97% from 255) = 42.72%
R=44.20%
G=13.09%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795317300.700.030.30302.8654.3145.49
HexB335AD04631E12f362d
Octal2636525501063364576655
Binary1011001111010110101101010001101111110100101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B335AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B335AD; }

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

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

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

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

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

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

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

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