#B542BB

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

Shades of Fuchsia #B542BB

Tints of Fuchsia #B542BB

Color information

#B542BB (or 0xB542BB) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and BB. RGB value is (181,66,187). Sum of RGB (Red+Green+Blue) = 181+66+187=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B542BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542BB is #4ABD44. Grayscale: #717171. Windows color (decimal): -4898117 or 12272309. OLE color: 12272309.

HSL color Cylindrical-coordinate representation of color #B542BB: hue angle of 297.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B542BB is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18166187-
CMYK0.030.6500.27
HSL297.02º47.83%49.61%-
HSV(B)297.02º64.71%73.33%-
XYZ29.9717.3148.77-
YUV114.18169.1175.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 66 (26.17% from 255) = 15.21%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=41.71%
G=15.21%
B=43.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181661870.030.6500.27297.0247.8349.61
HexB542BB34101B1293032
Octal26510227331010334516062
Binary10110101100001010111011111000001011011100101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542BB; }

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

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

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

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

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

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

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

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