#b539bf

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

Shades of Fuchsia #B539BF

Tints of Fuchsia #B539BF

Color information

#B539BF (or 0xB539BF) is unknown color: approx Fuchsia. HEX triplet: B5, 39 and BF. RGB value is (181,57,191). Sum of RGB (Red+Green+Blue) = 181+57+191=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #B539BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539BF is #4AC640. Grayscale: #6C6C6C. Windows color (decimal): -4900417 or 12532149. OLE color: 12532149.

HSL color Cylindrical-coordinate representation of color #B539BF: hue angle of 295.52º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B539BF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18157191-
CMYK0.050.7000.25
HSL295.52º54.03%48.63%-
HSV(B)295.52º70.16%74.9%-
XYZ29.9216.5150.9-
YUV109.35174.08179.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 57 (22.66% from 255) = 13.29%
BLUE value IS 191 (75% from 255) = 44.52%
R=42.19%
G=13.29%
B=44.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181571910.050.7000.25295.5254.0348.63
HexB539BF5460191283631
Octal2657127751060314506661
Binary10110101111001101111111011000110011001100101000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b539bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b539bf; }

 p { color: rgb(181,57,191); }

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

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

 a { background-color: rgb(181,57,191); }

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

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

 span { border-color: rgb(181,57,191); }

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