#B15DB9

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

Shades of Fuchsia #B15DB9

Tints of Fuchsia #B15DB9

Color information

#B15DB9 (or 0xB15DB9) is unknown color: approx Fuchsia. HEX triplet: B1, 5D and B9. RGB value is (177,93,185). Sum of RGB (Red+Green+Blue) = 177+93+185=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #B15DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DB9 is #4EA246. Grayscale: #808080. Windows color (decimal): -5153351 or 12148145. OLE color: 12148145.

HSL color Cylindrical-coordinate representation of color #B15DB9: hue angle of 294.78º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15DB9 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17793185-
CMYK0.040.5000.27
HSL294.78º39.66%54.51%-
HSV(B)294.78º49.73%72.55%-
XYZ30.820.6848.27-
YUV128.6159.83162.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=38.90%
G=20.44%
B=40.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177931850.040.5000.27294.7839.6654.51
HexB15DB943201B1272837
Octal2611352714620334475067
Binary10110001101110110111001100110010011011100100111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DB9; }

 p { color: rgb(177,93,185); }

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

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

 a { background-color: rgb(177,93,185); }

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

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

 span { border-color: rgb(177,93,185); }

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