#B35FBA

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

Shades of Fuchsia #B35FBA

Tints of Fuchsia #B35FBA

Color information

#B35FBA (or 0xB35FBA) is unknown color: approx Fuchsia. HEX triplet: B3, 5F and BA. RGB value is (179,95,186). Sum of RGB (Red+Green+Blue) = 179+95+186=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #B35FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35FBA is #4CA045. Grayscale: #828282. Windows color (decimal): -5021766 or 12214195. OLE color: 12214195.

HSL color Cylindrical-coordinate representation of color #B35FBA: hue angle of 295.38º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35FBA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17995186-
CMYK0.040.4900.27
HSL295.38º39.74%55.1%-
HSV(B)295.38º48.92%72.94%-
XYZ31.5521.3148.91-
YUV130.49159.33162.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.91%
GREEN value IS 95 (37.5% from 255) = 20.65%
BLUE value IS 186 (73.05% from 255) = 40.43%
R=38.91%
G=20.65%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179951860.040.4900.27295.3839.7455.1
HexB35FBA43101B1272837
Octal2631372724610334475067
Binary10110011101111110111010100110001011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FBA; }

 p { color: rgb(179,95,186); }

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

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

 a { background-color: rgb(179,95,186); }

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

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

 span { border-color: rgb(179,95,186); }

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