#b54fb7

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

Shades of Fuchsia #B54FB7

Tints of Fuchsia #B54FB7

Color information

#B54FB7 (or 0xB54FB7) is unknown color: approx Fuchsia. HEX triplet: B5, 4F and B7. RGB value is (181,79,183). Sum of RGB (Red+Green+Blue) = 181+79+183=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #B54FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B54FB7 is #4AB048. Grayscale: #797979. Windows color (decimal): -4894793 or 12013493. OLE color: 12013493.

HSL color Cylindrical-coordinate representation of color #B54FB7: hue angle of 298.85º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54FB7 is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB18179183-
CMYK0.010.5700.28
HSL298.85º41.94%51.37%-
HSV(B)298.85º56.83%71.76%-
XYZ30.418.8346.83-
YUV121.35162.79170.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=40.86%
G=17.83%
B=41.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181791830.010.5700.28298.8541.9451.37
HexB54FB713901C12b2a33
Octal2651172671710344535263
Binary101101011001111101101111111001011100100101011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54fb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54fb7; }

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

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

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

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

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

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

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

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