#B15EBC

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

Shades of Fuchsia #B15EBC

Tints of Fuchsia #B15EBC

Color information

#B15EBC (or 0xB15EBC) is unknown color: approx Fuchsia. HEX triplet: B1, 5E and BC. RGB value is (177,94,188). Sum of RGB (Red+Green+Blue) = 177+94+188=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #B15EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EBC is #4EA143. Grayscale: #818181. Windows color (decimal): -5153092 or 12345009. OLE color: 12345009.

HSL color Cylindrical-coordinate representation of color #B15EBC: hue angle of 292.98º 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 #B15EBC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17794188-
CMYK0.060.5000.26
HSL292.98º41.23%55.29%-
HSV(B)292.98º50%73.73%-
XYZ31.2120.9849.98-
YUV129.53161161.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=38.56%
G=20.48%
B=40.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177941880.060.5000.26292.9841.2355.29
HexB15EBC63201A1252937
Octal2611362746620324455167
Binary10110001101111010111100110110010011010100100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EBC; }

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

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

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

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

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

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

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

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