#B544B4

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

Shades of Fuchsia #B544B4

Tints of Fuchsia #B544B4

Color information

#B544B4 (or 0xB544B4) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and B4. RGB value is (181,68,180). Sum of RGB (Red+Green+Blue) = 181+68+180=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B544B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544B4 is #4ABB4B. Grayscale: #727272. Windows color (decimal): -4897612 or 11814069. OLE color: 11814069.

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

Color convert

RGB18168180-
CMYK00.620.010.29
HSL300.53º45.38%48.82%-
HSV(B)300.53º62.43%70.98%-
XYZ29.3617.2544.96-
YUV114.56164.94175.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 68 (26.95% from 255) = 15.85%
BLUE value IS 180 (70.70% from 255) = 41.96%
R=42.19%
G=15.85%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816818000.620.010.29300.5345.3848.82
HexB544B403E11D12d2d31
Octal2651042640761354555561
Binary101101011000100101101000111110111101100101101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544B4; }

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

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

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

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

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

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

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

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