#B54FC1

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

Shades of Fuchsia #B54FC1

Tints of Fuchsia #B54FC1

Color information

#B54FC1 (or 0xB54FC1) is unknown color: approx Fuchsia. HEX triplet: B5, 4F and C1. RGB value is (181,79,193). Sum of RGB (Red+Green+Blue) = 181+79+193=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B54FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FC1 is #4AB03E. Grayscale: #7A7A7A. Windows color (decimal): -4894783 or 12668853. OLE color: 12668853.

HSL color Cylindrical-coordinate representation of color #B54FC1: hue angle of 293.68º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54FC1 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18179193-
CMYK0.060.5900.24
HSL293.68º47.9%53.33%-
HSV(B)293.68º59.07%75.69%-
XYZ31.4819.2752.51-
YUV122.49167.79169.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 79 (31.25% from 255) = 17.44%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=39.96%
G=17.44%
B=42.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181791930.060.5900.24293.6847.953.33
HexB54FC163B0181263035
Octal2651173016730304466065
Binary10110101100111111000001110111011011000100100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54FC1; }

 p { color: rgb(181,79,193); }

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

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

 a { background-color: rgb(181,79,193); }

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

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

 span { border-color: rgb(181,79,193); }

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