#b542be

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

Shades of Fuchsia #B542BE

Tints of Fuchsia #B542BE

Color information

#B542BE (or 0xB542BE) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and BE. RGB value is (181,66,190). Sum of RGB (Red+Green+Blue) = 181+66+190=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #B542BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BE is #4ABD41. Grayscale: #727272. Windows color (decimal): -4898114 or 12468917. OLE color: 12468917.

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

Color convert

RGB18166190-
CMYK0.050.6500.25
HSL295.65º48.82%50.2%-
HSV(B)295.65º65.26%74.51%-
XYZ30.317.4450.48-
YUV114.52170.6175.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=41.42%
G=15.10%
B=43.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181661900.050.6500.25295.6548.8250.2
HexB542BE5410191283132
Octal26510227651010314506162
Binary101101011000010101111101011000001011001100101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b542be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b542be; }

 p { color: rgb(181,66,190); }

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

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

 a { background-color: rgb(181,66,190); }

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

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

 span { border-color: rgb(181,66,190); }

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