#B539C0

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

Shades of Fuchsia #B539C0

Tints of Fuchsia #B539C0

Color information

#B539C0 (or 0xB539C0) is unknown color: approx Fuchsia. HEX triplet: B5, 39 and C0. RGB value is (181,57,192). Sum of RGB (Red+Green+Blue) = 181+57+192=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #B539C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539C0 is #4AC63F. Grayscale: #6D6D6D. Windows color (decimal): -4900416 or 12597685. OLE color: 12597685.

HSL color Cylindrical-coordinate representation of color #B539C0: hue angle of 295.11º 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 #B539C0 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18157192-
CMYK0.060.7000.25
HSL295.11º54.22%48.82%-
HSV(B)295.11º70.31%75.29%-
XYZ30.0316.5651.48-
YUV109.47174.58179.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 192 (75.39% from 255) = 44.65%
R=42.09%
G=13.26%
B=44.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181571920.060.7000.25295.1154.2248.82
HexB539C06460191273631
Octal2657130061060314476661
Binary10110101111001110000001101000110011001100100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B539C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B539C0; }

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

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

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

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

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

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

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

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