#B544C3

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

Shades of Fuchsia #B544C3

Tints of Fuchsia #B544C3

Color information

#B544C3 (or 0xB544C3) is unknown color: approx Fuchsia. HEX triplet: B5, 44 and C3. RGB value is (181,68,195). Sum of RGB (Red+Green+Blue) = 181+68+195=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 195 (76.56% from 255 or 43.92% from 444); Max value from RGB is 195 - color contains mainly: blue. Hex color #B544C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B544C3 is #4ABB3C. Grayscale: #737373. Windows color (decimal): -4897597 or 12797109. OLE color: 12797109.

HSL color Cylindrical-coordinate representation of color #B544C3: hue angle of 293.39º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B544C3 is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18168195-
CMYK0.070.6500.24
HSL293.39º51.42%51.57%-
HSV(B)293.39º65.13%76.47%-
XYZ30.9717.953.45-
YUV116.26172.44174.17-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 68 (26.95% from 255) = 15.32%
BLUE value IS 195 (76.56% from 255) = 43.92%
R=40.77%
G=15.32%
B=43.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181681950.070.6500.24293.3951.4251.57
HexB544C37410181253334
Octal26510430371010304456364
Binary101101011000100110000111111000001011000100100101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544C3; }

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

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

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

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

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

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

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

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