Shades of Fuchsia #B25FB1
Tints of Fuchsia #B25FB1
RGB
CMYK
RGB Variations
Color information
#B25FB1 (or 0xB25FB1) is known color: Fuchsia. HEX triplet: B2, 5F and B1. RGB value is (178,95,177). Sum of RGB (Red+Green+Blue) = 178+95+177=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B25FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25FB1 is #4DA04E. Grayscale: #808080. Windows color (decimal): -5087311 or 11624370. OLE color: 11624370.
HSL color Cylindrical-coordinate representation of color #B25FB1: hue angle of 300.72º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25FB1 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 177 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.30 |
| HSL | 300.72º | 0.35% | 0.54% | - |
| HSV(B) | 300.72º | 0.47% | 0.7% | - |
| XYZ | 30.39 | 20.82 | 44.01 | - |
| YUV | 129.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 177 | 0 | 0.47 | 0.01 | 0.30 | 300.72 | 0.35 | 0.54 |
| Hex | B2 | 5F | B1 | 0 | 2F | 1 | 1E | 12D | 23 | 36 |
| Octal | 262 | 137 | 261 | 0 | 57 | 1 | 36 | 455 | 43 | 66 |
| Binary | 10110010 | 1011111 | 10110001 | 0 | 101111 | 1 | 11110 | 100101101 | 100011 | 110110 |
Color Harmonies of #B25FB1
Complementary color
Monochromatic Colors of #B25FB1
Black with #B25FB1
Text Example
Text Example
White with #B25FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FB1; }
p { color: rgb(178,95,177); }
H1.HeaderClassName
{
color: #B25FB1;
}
.AnyTagClassName
{
color: #B25FB1;
}
</style>
background-color css
<style>
a { background-color: #B25FB1; }
a { background-color: rgb(178,95,177); }
div.DivClassName
{
background-color: #B25FB1;
}
.BgClassName
{
background-color: #B25FB1;
}
</style>
border-color css
<style>
span { border-color: #B25FB1; }
span { border-color: rgb(178,95,177); }
td.TdClassName
{
border-color: #B25FB1;
}
.TagClassName
{
border-color: #B25FB1;
}
</style>