#B530AC

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

Shades of Fuchsia #B530AC

Tints of Fuchsia #B530AC

Color information

#B530AC (or 0xB530AC) is unknown color: approx Fuchsia. HEX triplet: B5, 30 and AC. RGB value is (181,48,172). Sum of RGB (Red+Green+Blue) = 181+48+172=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B530AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B530AC is #4ACF53. Grayscale: #656565. Windows color (decimal): -4902740 or 11284661. OLE color: 11284661.

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

Color convert

RGB18148172-
CMYK00.730.050.29
HSL304.06º58.08%44.9%-
HSV(B)304.06º73.48%70.98%-
XYZ27.5614.9240.46-
YUV101.9167.56184.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.14%
GREEN value IS 48 (19.14% from 255) = 11.97%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=45.14%
G=11.97%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814817200.730.050.29304.0658.0844.9
HexB530AC04951D1303a2d
Octal2656025401115354607255
Binary10110101110000101011000100100110111101100110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530AC; }

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

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

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

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

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

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

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

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