#B542BF

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

Shades of Fuchsia #B542BF

Tints of Fuchsia #B542BF

Color information

#B542BF (or 0xB542BF) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and BF. RGB value is (181,66,191). Sum of RGB (Red+Green+Blue) = 181+66+191=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #B542BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BF is #4ABD40. Grayscale: #727272. Windows color (decimal): -4898113 or 12534453. OLE color: 12534453.

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

Color convert

RGB18166191-
CMYK0.050.6500.25
HSL295.2º49.41%50.39%-
HSV(B)295.2º65.45%74.9%-
XYZ30.4117.4851.06-
YUV114.64171.1175.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 66 (26.17% from 255) = 15.07%
BLUE value IS 191 (75% from 255) = 43.61%
R=41.32%
G=15.07%
B=43.61%

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
Decimal181661910.050.6500.25295.249.4150.39
HexB542BF5410191273132
Octal26510227751010314476162
Binary101101011000010101111111011000001011001100100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542BF; }

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

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

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

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

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

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

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

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