#B15BBB

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

Shades of Fuchsia #B15BBB

Tints of Fuchsia #B15BBB

Color information

#B15BBB (or 0xB15BBB) is unknown color: approx Fuchsia. HEX triplet: B1, 5B and BB. RGB value is (177,91,187). Sum of RGB (Red+Green+Blue) = 177+91+187=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #B15BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BBB is #4EA444. Grayscale: #7F7F7F. Windows color (decimal): -5153861 or 12278705. OLE color: 12278705.

HSL color Cylindrical-coordinate representation of color #B15BBB: hue angle of 293.75º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B15BBB is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17791187-
CMYK0.050.5100.27
HSL293.75º41.38%54.51%-
HSV(B)293.75º51.34%73.33%-
XYZ30.8420.4249.33-
YUV127.66161.49163.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.90%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=38.90%
G=20%
B=41.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177911870.050.5100.27293.7541.3854.51
HexB15BBB53301B1262937
Octal2611332735630334465167
Binary10110001101101110111011101110011011011100100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15BBB; }

 p { color: rgb(177,91,187); }

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

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

 a { background-color: rgb(177,91,187); }

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

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

 span { border-color: rgb(177,91,187); }

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