#B35DAF

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

Shades of Fuchsia #B35DAF

Tints of Fuchsia #B35DAF

Color information

#B35DAF (or 0xB35DAF) is unknown color: approx Fuchsia. HEX triplet: B3, 5D and AF. RGB value is (179,93,175). Sum of RGB (Red+Green+Blue) = 179+93+175=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DAF is #4CA250. Grayscale: #7F7F7F. Windows color (decimal): -5022289 or 11492787. OLE color: 11492787.

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

Color convert

RGB17993175-
CMYK00.480.020.30
HSL302.79º36.13%53.33%-
HSV(B)302.79º48.04%70.2%-
XYZ30.2420.5142.92-
YUV128.06154.49164.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=40.04%
G=20.81%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799317500.480.020.30302.7936.1353.33
HexB35DAF03021E12f2435
Octal2631352570602364574465
Binary1011001110111011010111101100001011110100101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DAF; }

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

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

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

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

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

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

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

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