#B035B3

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

Shades of Fuchsia #B035B3

Tints of Fuchsia #B035B3

Color information

#B035B3 (or 0xB035B3) is unknown color: approx Fuchsia. HEX triplet: B0, 35 and B3. RGB value is (176,53,179). Sum of RGB (Red+Green+Blue) = 176+53+179=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #B035B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035B3 is #4FCA4C. Grayscale: #676767. Windows color (decimal): -5229133 or 11744688. OLE color: 11744688.

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

Color convert

RGB17653179-
CMYK0.020.7000.30
HSL298.57º54.31%45.49%-
HSV(B)298.57º70.39%70.2%-
XYZ27.3115.0344.11-
YUV104.14170.25179.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 179 (70.31% from 255) = 43.87%
R=43.14%
G=12.99%
B=43.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176531790.020.7000.30298.5754.3145.49
HexB035B324601E12b362d
Octal2606526321060364536655
Binary1011000011010110110011101000110011110100101011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B035B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B035B3; }

 p { color: rgb(176,53,179); }

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

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

 a { background-color: rgb(176,53,179); }

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

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

 span { border-color: rgb(176,53,179); }

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