#B356C0

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

Shades of Fuchsia #B356C0

Tints of Fuchsia #B356C0

Color information

#B356C0 (or 0xB356C0) is unknown color: approx Fuchsia. HEX triplet: B3, 56 and C0. RGB value is (179,86,192). Sum of RGB (Red+Green+Blue) = 179+86+192=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B356C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B356C0 is #4CA93F. Grayscale: #7D7D7D. Windows color (decimal): -5024064 or 12605107. OLE color: 12605107.

HSL color Cylindrical-coordinate representation of color #B356C0: hue angle of 292.64º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B356C0 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17986192-
CMYK0.070.5500.25
HSL292.64º45.69%54.51%-
HSV(B)292.64º55.21%75.29%-
XYZ31.4320.0552.08-
YUV125.89165.31165.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=39.17%
G=18.82%
B=42.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179861920.070.5500.25292.6445.6954.51
HexB356C07370191252e37
Octal2631263007670314455667
Binary10110011101011011000000111110111011001100100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B356C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B356C0; }

 p { color: rgb(179,86,192); }

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

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

 a { background-color: rgb(179,86,192); }

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

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

 span { border-color: rgb(179,86,192); }

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