Shades of Fuchsia #B25BBA
Tints of Fuchsia #B25BBA
RGB
CMYK
RGB Variations
Color information
#B25BBA (or 0xB25BBA) is known color: Fuchsia. HEX triplet: B2, 5B and BA. RGB value is (178,91,186). Sum of RGB (Red+Green+Blue) = 178+91+186=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25BBA is #4DA445. Grayscale: #7F7F7F. Windows color (decimal): -5088326 or 12213170. OLE color: 12213170.
HSL color Cylindrical-coordinate representation of color #B25BBA: hue angle of 294.95º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25BBA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 91 | 186 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.27 |
| HSL | 294.95º | 0.41% | 0.54% | - |
| HSV(B) | 294.95º | 0.51% | 0.73% | - |
| XYZ | 30.96 | 20.49 | 48.78 | - |
| YUV | 127.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 186 | 0.04 | 0.51 | 0 | 0.27 | 294.95 | 0.41 | 0.54 |
| Hex | B2 | 5B | BA | 4 | 33 | 0 | 1B | 127 | 29 | 36 |
| Octal | 262 | 133 | 272 | 4 | 63 | 0 | 33 | 447 | 51 | 66 |
| Binary | 10110010 | 1011011 | 10111010 | 100 | 110011 | 0 | 11011 | 100100111 | 101001 | 110110 |
Color Harmonies of #B25BBA
Complementary color
Monochromatic Colors of #B25BBA
Black with #B25BBA
Text Example
Text Example
White with #B25BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25BBA; }
p { color: rgb(178,91,186); }
H1.HeaderClassName
{
color: #B25BBA;
}
.AnyTagClassName
{
color: #B25BBA;
}
</style>
background-color css
<style>
a { background-color: #B25BBA; }
a { background-color: rgb(178,91,186); }
div.DivClassName
{
background-color: #B25BBA;
}
.BgClassName
{
background-color: #B25BBA;
}
</style>
border-color css
<style>
span { border-color: #B25BBA; }
span { border-color: rgb(178,91,186); }
td.TdClassName
{
border-color: #B25BBA;
}
.TagClassName
{
border-color: #B25BBA;
}
</style>