#B548A7

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

Shades of Fuchsia #B548A7

Tints of Fuchsia #B548A7

Color information

#B548A7 (or 0xB548A7) is unknown color: approx Fuchsia. HEX triplet: B5, 48 and A7. RGB value is (181,72,167). Sum of RGB (Red+Green+Blue) = 181+72+167=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 181 - color contains mainly: red. Hex color #B548A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548A7 is #4AB758. Grayscale: #737373. Windows color (decimal): -4896601 or 10963125. OLE color: 10963125.

HSL color Cylindrical-coordinate representation of color #B548A7: hue angle of 307.71º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B548A7 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18172167-
CMYK00.600.080.29
HSL307.71º43.08%49.61%-
HSV(B)307.71º60.22%70.98%-
XYZ28.3517.2538.39-
YUV115.42157.11174.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 167 (65.62% from 255) = 39.76%
R=43.10%
G=17.14%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817216700.600.080.29307.7143.0849.61
HexB548A703C81D1342b32
Octal26511024707410354645362
Binary101101011001000101001110111100100011101100110100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548A7; }

 p { color: rgb(181,72,167); }

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

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

 a { background-color: rgb(181,72,167); }

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

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

 span { border-color: rgb(181,72,167); }

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