#B538C6

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

Shades of Fuchsia #B538C6

Tints of Fuchsia #B538C6

Color information

#B538C6 (or 0xB538C6) is unknown color: approx Fuchsia. HEX triplet: B5, 38 and C6. RGB value is (181,56,198). Sum of RGB (Red+Green+Blue) = 181+56+198=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 198 (77.73% from 255 or 45.52% from 435); Max value from RGB is 198 - color contains mainly: blue. Hex color #B538C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538C6 is #4AC739. Grayscale: #6D6D6D. Windows color (decimal): -4900666 or 12990645. OLE color: 12990645.

HSL color Cylindrical-coordinate representation of color #B538C6: hue angle of 292.82º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B538C6 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18156198-
CMYK0.090.7200.22
HSL292.82º55.91%49.8%-
HSV(B)292.82º71.72%77.65%-
XYZ30.6616.7355.04-
YUV109.56177.91178.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 56 (22.27% from 255) = 12.87%
BLUE value IS 198 (77.73% from 255) = 45.52%
R=41.61%
G=12.87%
B=45.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181561980.090.7200.22292.8255.9149.8
HexB538C69480161253832
Octal26570306111100264457062
Binary101101011110001100011010011001000010110100100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B538C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B538C6; }

 p { color: rgb(181,56,198); }

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

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

 a { background-color: rgb(181,56,198); }

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

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

 span { border-color: rgb(181,56,198); }

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