#B35BB1

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

Shades of Fuchsia #B35BB1

Tints of Fuchsia #B35BB1

Color information

#B35BB1 (or 0xB35BB1) is unknown color: approx Fuchsia. HEX triplet: B3, 5B and B1. RGB value is (179,91,177). Sum of RGB (Red+Green+Blue) = 179+91+177=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 177 (69.53% from 255 or 39.60% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B35BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35BB1 is #4CA44E. Grayscale: #7E7E7E. Windows color (decimal): -5022799 or 11623347. OLE color: 11623347.

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

Color convert

RGB17991177-
CMYK00.490.010.30
HSL301.36º36.67%52.94%-
HSV(B)301.36º49.16%70.2%-
XYZ30.2720.2443.91-
YUV127.12156.15165.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 177 (69.53% from 255) = 39.60%
R=40.04%
G=20.36%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799117700.490.010.30301.3636.6752.94
HexB35BB103111E12d2535
Octal2631332610611364554565
Binary101100111011011101100010110001111110100101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35BB1; }

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

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

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

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

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

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

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

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