#B035B7

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

Shades of Fuchsia #B035B7

Tints of Fuchsia #B035B7

Color information

#B035B7 (or 0xB035B7) is unknown color: approx Fuchsia. HEX triplet: B0, 35 and B7. RGB value is (176,53,183). Sum of RGB (Red+Green+Blue) = 176+53+183=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 183 - color contains mainly: blue. Hex color #B035B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B035B7 is #4FCA48. Grayscale: #686868. Windows color (decimal): -5229129 or 12006832. OLE color: 12006832.

HSL color Cylindrical-coordinate representation of color #B035B7: hue angle of 296.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B035B7 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17653183-
CMYK0.040.7100.28
HSL296.77º55.08%46.27%-
HSV(B)296.77º71.04%71.76%-
XYZ27.7215.246.27-
YUV104.6172.25178.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 183 (71.88% from 255) = 44.42%
R=42.72%
G=12.86%
B=44.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176531830.040.7100.28296.7755.0846.27
HexB035B744701C129372e
Octal2606526741070344516756
Binary10110000110101101101111001000111011100100101001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B035B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B035B7; }

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

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

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

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

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

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

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

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