#B15EBD

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

Shades of Fuchsia #B15EBD

Tints of Fuchsia #B15EBD

Color information

#B15EBD (or 0xB15EBD) is unknown color: approx Fuchsia. HEX triplet: B1, 5E and BD. RGB value is (177,94,189). Sum of RGB (Red+Green+Blue) = 177+94+189=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #B15EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15EBD is #4EA142. Grayscale: #818181. Windows color (decimal): -5153091 or 12410545. OLE color: 12410545.

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

Color convert

RGB17794189-
CMYK0.060.5000.26
HSL292.42º41.85%55.49%-
HSV(B)292.42º50.26%74.12%-
XYZ31.3221.0350.55-
YUV129.65161.5161.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=38.48%
G=20.43%
B=41.09%

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
Decimal177941890.060.5000.26292.4241.8555.49
HexB15EBD63201A1242a37
Octal2611362756620324445267
Binary10110001101111010111101110110010011010100100100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15EBD; }

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

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

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

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

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

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

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

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