#B542C3

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

Shades of Fuchsia #B542C3

Tints of Fuchsia #B542C3

Color information

#B542C3 (or 0xB542C3) is unknown color: approx Fuchsia. HEX triplet: B5, 42 and C3. RGB value is (181,66,195). Sum of RGB (Red+Green+Blue) = 181+66+195=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 66 (26.17% from 255 or 14.93% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #B542C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B542C3 is #4ABD3C. Grayscale: #727272. Windows color (decimal): -4898109 or 12796597. OLE color: 12796597.

HSL color Cylindrical-coordinate representation of color #B542C3: hue angle of 293.49º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B542C3 is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18166195-
CMYK0.070.6600.24
HSL293.49º51.81%51.18%-
HSV(B)293.49º66.15%76.47%-
XYZ30.8517.6653.41-
YUV115.09173.1175.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 66 (26.17% from 255) = 14.93%
BLUE value IS 195 (76.56% from 255) = 44.12%
R=40.95%
G=14.93%
B=44.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181661950.070.6600.24293.4951.8151.18
HexB542C37420181253433
Octal26510230371020304456463
Binary101101011000010110000111111000010011000100100101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B542C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B542C3; }

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

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

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

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

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

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

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

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