#B35FB0

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

Shades of Fuchsia #B35FB0

Tints of Fuchsia #B35FB0

Color information

#B35FB0 (or 0xB35FB0) is unknown color: approx Fuchsia. HEX triplet: B3, 5F and B0. RGB value is (179,95,176). Sum of RGB (Red+Green+Blue) = 179+95+176=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B35FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35FB0 is #4CA04F. Grayscale: #818181. Windows color (decimal): -5021776 or 11558835. OLE color: 11558835.

HSL color Cylindrical-coordinate representation of color #B35FB0: hue angle of 302.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35FB0 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17995176-
CMYK00.470.020.30
HSL302.14º35.59%53.73%-
HSV(B)302.14º46.93%70.2%-
XYZ30.5220.943.5-
YUV129.35154.33163.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=39.78%
G=21.11%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799517600.470.020.30302.1435.5953.73
HexB35FB002F21E12e2436
Octal2631372600572364564466
Binary1011001110111111011000001011111011110100101110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FB0; }

 p { color: rgb(179,95,176); }

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

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

 a { background-color: rgb(179,95,176); }

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

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

 span { border-color: rgb(179,95,176); }

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