#B536AD

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

Shades of Fuchsia #B536AD

Tints of Fuchsia #B536AD

Color information

#B536AD (or 0xB536AD) is unknown color: approx Fuchsia. HEX triplet: B5, 36 and AD. RGB value is (181,54,173). Sum of RGB (Red+Green+Blue) = 181+54+173=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B536AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536AD is #4AC952. Grayscale: #696969. Windows color (decimal): -4901203 or 11351733. OLE color: 11351733.

HSL color Cylindrical-coordinate representation of color #B536AD: hue angle of 303.78º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B536AD is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18154173-
CMYK00.700.040.29
HSL303.78º54.04%46.08%-
HSV(B)303.78º70.17%70.98%-
XYZ27.9215.4841.05-
YUV105.54166.08181.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 54 (21.48% from 255) = 13.24%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=44.36%
G=13.24%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815417300.700.040.29303.7854.0446.08
HexB536AD04641D130362e
Octal2656625501064354606656
Binary10110101110110101011010100011010011101100110000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536AD; }

 p { color: rgb(181,54,173); }

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

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

 a { background-color: rgb(181,54,173); }

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

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

 span { border-color: rgb(181,54,173); }

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