#B350BA

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

Shades of Fuchsia #B350BA

Tints of Fuchsia #B350BA

Color information

#B350BA (or 0xB350BA) is unknown color: approx Fuchsia. HEX triplet: B3, 50 and BA. RGB value is (179,80,186). Sum of RGB (Red+Green+Blue) = 179+80+186=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B350BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350BA is #4CAF45. Grayscale: #797979. Windows color (decimal): -5025606 or 12210355. OLE color: 12210355.

HSL color Cylindrical-coordinate representation of color #B350BA: hue angle of 296.04º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B350BA is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17980186-
CMYK0.040.5700.27
HSL296.04º43.44%52.16%-
HSV(B)296.04º56.99%72.94%-
XYZ30.3218.8748.5-
YUV121.68164.3168.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=40.22%
G=17.98%
B=41.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179801860.040.5700.27296.0443.4452.16
HexB350BA43901B1282b34
Octal2631202724710334505364
Binary10110011101000010111010100111001011011100101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B350BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B350BA; }

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

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

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

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

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

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

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

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