#B35AB6

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

Shades of Fuchsia #B35AB6

Tints of Fuchsia #B35AB6

Color information

#B35AB6 (or 0xB35AB6) is unknown color: approx Fuchsia. HEX triplet: B3, 5A and B6. RGB value is (179,90,182). Sum of RGB (Red+Green+Blue) = 179+90+182=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 182 - color contains mainly: blue. Hex color #B35AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35AB6 is #4CA549. Grayscale: #7E7E7E. Windows color (decimal): -5023050 or 11950771. OLE color: 11950771.

HSL color Cylindrical-coordinate representation of color #B35AB6: hue angle of 298.04º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35AB6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17990182-
CMYK0.020.5100.29
HSL298.04º38.66%53.33%-
HSV(B)298.04º50.55%71.37%-
XYZ30.6920.2746.55-
YUV127.1158.99165.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 182 (71.48% from 255) = 40.35%
R=39.69%
G=19.96%
B=40.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179901820.020.5100.29298.0438.6653.33
HexB35AB623301D12a2735
Octal2631322662630354524765
Binary1011001110110101011011010110011011101100101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AB6; }

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

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

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

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

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

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

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

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