#b350b1

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

Shades of Fuchsia #B350B1

Tints of Fuchsia #B350B1

Color information

#B350B1 (or 0xB350B1) is unknown color: approx Fuchsia. HEX triplet: B3, 50 and B1. RGB value is (179,80,177). Sum of RGB (Red+Green+Blue) = 179+80+177=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B350B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B350B1 is #4CAF4E. Grayscale: #787878. Windows color (decimal): -5025615 or 11620531. OLE color: 11620531.

HSL color Cylindrical-coordinate representation of color #B350B1: hue angle of 301.21º 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 #B350B1 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17980177-
CMYK00.550.010.30
HSL301.21º39.44%50.78%-
HSV(B)301.21º55.31%70.2%-
XYZ29.3918.543.62-
YUV120.66159.8169.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=41.06%
G=18.35%
B=40.60%

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
Decimal1798017700.550.010.30301.2139.4450.78
HexB350B103711E12d2733
Octal2631202610671364554763
Binary101100111010000101100010110111111110100101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b350b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b350b1; }

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

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

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

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

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

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

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

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