#B35AAE

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

Shades of Fuchsia #B35AAE

Tints of Fuchsia #B35AAE

Color information

#B35AAE (or 0xB35AAE) is unknown color: approx Fuchsia. HEX triplet: B3, 5A and AE. RGB value is (179,90,174). Sum of RGB (Red+Green+Blue) = 179+90+174=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B35AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35AAE is #4CA551. Grayscale: #7D7D7D. Windows color (decimal): -5023058 or 11426483. OLE color: 11426483.

HSL color Cylindrical-coordinate representation of color #B35AAE: hue angle of 303.37º 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 #B35AAE is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17990174-
CMYK00.500.030.30
HSL303.37º36.93%52.75%-
HSV(B)303.37º49.72%70.2%-
XYZ29.8919.9542.32-
YUV126.19154.99165.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 174 (68.36% from 255) = 39.28%
R=40.41%
G=20.32%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799017400.500.030.30303.3736.9352.75
HexB35AAE03231E12f2535
Octal2631322560623364574565
Binary1011001110110101010111001100101111110100101111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AAE; }

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

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

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

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

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

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

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

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