#B538AC

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

Shades of Fuchsia #B538AC

Tints of Fuchsia #B538AC

Color information

#B538AC (or 0xB538AC) is unknown color: approx Fuchsia. HEX triplet: B5, 38 and AC. RGB value is (181,56,172). Sum of RGB (Red+Green+Blue) = 181+56+172=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B538AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B538AC is #4AC753. Grayscale: #6A6A6A. Windows color (decimal): -4900692 or 11286709. OLE color: 11286709.

HSL color Cylindrical-coordinate representation of color #B538AC: hue angle of 304.32º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B538AC is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18156172-
CMYK00.690.050.29
HSL304.32º52.74%46.47%-
HSV(B)304.32º69.06%70.98%-
XYZ27.9215.6340.58-
YUV106.6164.91181.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 56 (22.27% from 255) = 13.69%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=44.25%
G=13.69%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1815617200.690.050.29304.3252.7446.47
HexB538AC04551D130352e
Octal2657025401055354606556
Binary10110101111000101011000100010110111101100110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B538AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B538AC; }

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

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

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

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

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

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

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

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