#B536AC

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

Shades of Fuchsia #B536AC

Tints of Fuchsia #B536AC

Color information

#B536AC (or 0xB536AC) is unknown color: approx Fuchsia. HEX triplet: B5, 36 and AC. RGB value is (181,54,172). Sum of RGB (Red+Green+Blue) = 181+54+172=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B536AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B536AC is #4AC953. Grayscale: #696969. Windows color (decimal): -4901204 or 11286197. OLE color: 11286197.

HSL color Cylindrical-coordinate representation of color #B536AC: hue angle of 304.25º 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 #B536AC is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18154172-
CMYK00.700.050.29
HSL304.25º54.04%46.08%-
HSV(B)304.25º70.17%70.98%-
XYZ27.8215.4440.54-
YUV105.42165.58181.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 54 (21.48% from 255) = 13.27%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=44.47%
G=13.27%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815417200.700.050.29304.2554.0446.08
HexB536AC04651D130362e
Octal2656625401065354606656
Binary10110101110110101011000100011010111101100110000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536AC; }

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

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

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

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

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

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

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

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