Shades of Fuchsia #B15BB4
Tints of Fuchsia #B15BB4
RGB
CMYK
RGB Variations
Color information
#B15BB4 (or 0xB15BB4) is known color: Fuchsia. HEX triplet: B1, 5B and B4. RGB value is (177,91,180). Sum of RGB (Red+Green+Blue) = 177+91+180=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 180 - color contains mainly: blue. Hex color #B15BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15BB4 is #4EA44B. Grayscale: #7E7E7E. Windows color (decimal): -5153868 or 11819953. OLE color: 11819953.
HSL color Cylindrical-coordinate representation of color #B15BB4: hue angle of 297.98º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15BB4 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 91 | 180 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.29 |
| HSL | 297.98º | 0.37% | 0.53% | - |
| HSV(B) | 297.98º | 0.49% | 0.71% | - |
| XYZ | 30.11 | 20.12 | 45.48 | - |
| YUV | 126.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 91 | 180 | 0.02 | 0.49 | 0 | 0.29 | 297.98 | 0.37 | 0.53 |
| Hex | B1 | 5B | B4 | 2 | 31 | 0 | 1D | 12A | 25 | 35 |
| Octal | 261 | 133 | 264 | 2 | 61 | 0 | 35 | 452 | 45 | 65 |
| Binary | 10110001 | 1011011 | 10110100 | 10 | 110001 | 0 | 11101 | 100101010 | 100101 | 110101 |
Color Harmonies of #B15BB4
Complementary color
Monochromatic Colors of #B15BB4
Black with #B15BB4
Text Example
Text Example
White with #B15BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15BB4; }
p { color: rgb(177,91,180); }
H1.HeaderClassName
{
color: #B15BB4;
}
.AnyTagClassName
{
color: #B15BB4;
}
</style>
background-color css
<style>
a { background-color: #B15BB4; }
a { background-color: rgb(177,91,180); }
div.DivClassName
{
background-color: #B15BB4;
}
.BgClassName
{
background-color: #B15BB4;
}
</style>
border-color css
<style>
span { border-color: #B15BB4; }
span { border-color: rgb(177,91,180); }
td.TdClassName
{
border-color: #B15BB4;
}
.TagClassName
{
border-color: #B15BB4;
}
</style>