#B15DBE

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

Shades of Fuchsia #B15DBE

Tints of Fuchsia #B15DBE

Color information

#B15DBE (or 0xB15DBE) is unknown color: approx Fuchsia. HEX triplet: B1, 5D and BE. RGB value is (177,93,190). Sum of RGB (Red+Green+Blue) = 177+93+190=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B15DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DBE is #4EA241. Grayscale: #808080. Windows color (decimal): -5153346 or 12475825. OLE color: 12475825.

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

Color convert

RGB17793190-
CMYK0.070.5100.25
HSL291.96º42.73%55.49%-
HSV(B)291.96º51.05%74.51%-
XYZ31.3420.8951.1-
YUV129.17162.33162.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 93 (36.72% from 255) = 20.22%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=38.48%
G=20.22%
B=41.30%

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
Decimal177931900.070.5100.25291.9642.7355.49
HexB15DBE7330191242b37
Octal2611352767630314445367
Binary10110001101110110111110111110011011001100100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DBE; }

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

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

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

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

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

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

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

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