#B350BE

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

Shades of Fuchsia #B350BE

Tints of Fuchsia #B350BE

Color information

#B350BE (or 0xB350BE) is unknown color: approx Fuchsia. HEX triplet: B3, 50 and BE. RGB value is (179,80,190). Sum of RGB (Red+Green+Blue) = 179+80+190=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #B350BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B350BE is #4CAF41. Grayscale: #797979. Windows color (decimal): -5025602 or 12472499. OLE color: 12472499.

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

Color convert

RGB17980190-
CMYK0.060.5800.25
HSL294º45.83%52.94%-
HSV(B)294º57.89%74.51%-
XYZ30.7519.0450.77-
YUV122.14166.3168.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=39.87%
G=17.82%
B=42.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179801900.060.5800.2529445.8352.94
HexB350BE63A0191262e35
Octal2631202766720314465665
Binary10110011101000010111110110111010011001100100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B350BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B350BE; }

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

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

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

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

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

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

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

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