#B35EAF

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

Shades of Fuchsia #B35EAF

Tints of Fuchsia #B35EAF

Color information

#B35EAF (or 0xB35EAF) is unknown color: approx Fuchsia. HEX triplet: B3, 5E and AF. RGB value is (179,94,175). Sum of RGB (Red+Green+Blue) = 179+94+175=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B35EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35EAF is #4CA150. Grayscale: #808080. Windows color (decimal): -5022033 or 11493043. OLE color: 11493043.

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

Color convert

RGB17994175-
CMYK00.470.020.30
HSL302.82º35.86%53.53%-
HSV(B)302.82º47.49%70.2%-
XYZ30.3320.6842.95-
YUV128.65154.16163.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=39.96%
G=20.98%
B=39.06%

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
Decimal1799417500.470.020.30302.8235.8653.53
HexB35EAF02F21E12f2436
Octal2631362570572364574466
Binary1011001110111101010111101011111011110100101111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EAF; }

 p { color: rgb(179,94,175); }

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

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

 a { background-color: rgb(179,94,175); }

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

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

 span { border-color: rgb(179,94,175); }

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