#B35EBC

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

Shades of Fuchsia #B35EBC

Tints of Fuchsia #B35EBC

Color information

#B35EBC (or 0xB35EBC) is unknown color: approx Fuchsia. HEX triplet: B3, 5E and BC. RGB value is (179,94,188). Sum of RGB (Red+Green+Blue) = 179+94+188=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #B35EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35EBC is #4CA143. Grayscale: #818181. Windows color (decimal): -5022020 or 12345011. OLE color: 12345011.

HSL color Cylindrical-coordinate representation of color #B35EBC: hue angle of 294.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35EBC is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17994188-
CMYK0.050.5000.26
HSL294.26º41.23%55.29%-
HSV(B)294.26º50%73.73%-
XYZ31.6721.2250-
YUV130.13160.66162.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 94 (37.11% from 255) = 20.39%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=38.83%
G=20.39%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179941880.050.5000.26294.2641.2355.29
HexB35EBC53201A1262937
Octal2631362745620324465167
Binary10110011101111010111100101110010011010100100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35EBC; }

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

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

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

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

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

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

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

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