#B351B1

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

Shades of Fuchsia #B351B1

Tints of Fuchsia #B351B1

Color information

#B351B1 (or 0xB351B1) is unknown color: approx Fuchsia. HEX triplet: B3, 51 and B1. RGB value is (179,81,177). Sum of RGB (Red+Green+Blue) = 179+81+177=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B351B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351B1 is #4CAE4E. Grayscale: #787878. Windows color (decimal): -5025359 or 11620787. OLE color: 11620787.

HSL color Cylindrical-coordinate representation of color #B351B1: hue angle of 301.22º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B351B1 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17981177-
CMYK00.550.010.30
HSL301.22º39.2%50.98%-
HSV(B)301.22º54.75%70.2%-
XYZ29.4718.6443.64-
YUV121.25159.47169.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 177 (69.53% from 255) = 40.50%
R=40.96%
G=18.54%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798117700.550.010.30301.2239.250.98
HexB351B103711E12d2733
Octal2631212610671364554763
Binary101100111010001101100010110111111110100101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351B1; }

 p { color: rgb(179,81,177); }

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

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

 a { background-color: rgb(179,81,177); }

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

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

 span { border-color: rgb(179,81,177); }

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