#B15DBF

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

Shades of Fuchsia #B15DBF

Tints of Fuchsia #B15DBF

Color information

#B15DBF (or 0xB15DBF) is unknown color: approx Fuchsia. HEX triplet: B1, 5D and BF. RGB value is (177,93,191). Sum of RGB (Red+Green+Blue) = 177+93+191=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #B15DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DBF is #4EA240. Grayscale: #808080. Windows color (decimal): -5153345 or 12541361. OLE color: 12541361.

HSL color Cylindrical-coordinate representation of color #B15DBF: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15DBF is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17793191-
CMYK0.070.5100.25
HSL291.43º43.36%55.69%-
HSV(B)291.43º51.31%74.9%-
XYZ31.4520.9451.67-
YUV129.29162.83162.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 191 (75% from 255) = 41.43%
R=38.39%
G=20.17%
B=41.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177931910.070.5100.25291.4343.3655.69
HexB15DBF7330191232b38
Octal2611352777630314435370
Binary10110001101110110111111111110011011001100100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DBF; }

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

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

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

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

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

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

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

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