#b544b1

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

Shades of Fuchsia #B544B1

Tints of Fuchsia #B544B1

Color information

#B544B1 (or 0xB544B1) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and B1. RGB value is (181,68,177). Sum of RGB (Red+Green+Blue) = 181+68+177=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B544B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544B1 is #4ABB4E. Grayscale: #717171. Windows color (decimal): -4897615 or 11617461. OLE color: 11617461.

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

Color convert

RGB18168177-
CMYK00.620.020.29
HSL302.12º45.38%48.82%-
HSV(B)302.12º62.43%70.98%-
XYZ29.0617.1343.37-
YUV114.21163.44175.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 68 (26.95% from 255) = 15.96%
BLUE value IS 177 (69.53% from 255) = 41.55%
R=42.49%
G=15.96%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816817700.620.020.29302.1245.3848.82
HexB544B103E21D12e2d31
Octal2651042610762354565561
Binary1011010110001001011000101111101011101100101110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b544b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b544b1; }

 p { color: rgb(181,68,177); }

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

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

 a { background-color: rgb(181,68,177); }

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

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

 span { border-color: rgb(181,68,177); }

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