#B35EB7

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

Shades of Fuchsia #B35EB7

Tints of Fuchsia #B35EB7

Color information

#B35EB7 (or 0xB35EB7) is unknown color: approx Fuchsia. HEX triplet: B3, 5E and B7. RGB value is (179,94,183). Sum of RGB (Red+Green+Blue) = 179+94+183=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 183 - color contains mainly: blue. Hex color #B35EB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EB7 is #4CA148. Grayscale: #818181. Windows color (decimal): -5022025 or 12017331. OLE color: 12017331.

HSL color Cylindrical-coordinate representation of color #B35EB7: hue angle of 297.3º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35EB7 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17994183-
CMYK0.020.4900.28
HSL297.3º38.2%54.31%-
HSV(B)297.3º48.63%71.76%-
XYZ31.1421.0147.21-
YUV129.56158.16163.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.25%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=39.25%
G=20.61%
B=40.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179941830.020.4900.28297.338.254.31
HexB35EB723101C1292636
Octal2631362672610344514666
Binary1011001110111101011011110110001011100100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EB7; }

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

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

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

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

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

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

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

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