#B35AB1

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

Shades of Fuchsia #B35AB1

Tints of Fuchsia #B35AB1

Color information

#B35AB1 (or 0xB35AB1) is unknown color: approx Fuchsia. HEX triplet: B3, 5A and B1. RGB value is (179,90,177). Sum of RGB (Red+Green+Blue) = 179+90+177=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B35AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35AB1 is #4CA54E. Grayscale: #7E7E7E. Windows color (decimal): -5023055 or 11623091. OLE color: 11623091.

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

Color convert

RGB17990177-
CMYK00.500.010.30
HSL301.35º36.93%52.75%-
HSV(B)301.35º49.72%70.2%-
XYZ30.1820.0743.88-
YUV126.53156.49165.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 177 (69.53% from 255) = 39.69%
R=40.13%
G=20.18%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799017700.500.010.30301.3536.9352.75
HexB35AB103211E12d2535
Octal2631322610621364554565
Binary101100111011010101100010110010111110100101101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AB1; }

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

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

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

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

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

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

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

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