#B15DBA

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

Shades of Fuchsia #B15DBA

Tints of Fuchsia #B15DBA

Color information

#B15DBA (or 0xB15DBA) is unknown color: approx Fuchsia. HEX triplet: B1, 5D and BA. RGB value is (177,93,186). Sum of RGB (Red+Green+Blue) = 177+93+186=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B15DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DBA is #4EA245. Grayscale: #808080. Windows color (decimal): -5153350 or 12213681. OLE color: 12213681.

HSL color Cylindrical-coordinate representation of color #B15DBA: hue angle of 294.19º 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 #B15DBA is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17793186-
CMYK0.050.500.27
HSL294.19º40.26%54.71%-
HSV(B)294.19º50%72.94%-
XYZ30.9120.7248.82-
YUV128.72160.33162.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=38.82%
G=20.39%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177931860.050.500.27294.1940.2654.71
HexB15DBA53201B1262837
Octal2611352725620334465067
Binary10110001101110110111010101110010011011100100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DBA; }

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

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

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

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

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

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

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

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