Shades of Fuchsia #B25FBA
Tints of Fuchsia #B25FBA
RGB
CMYK
RGB Variations
Color information
#B25FBA (or 0xB25FBA) is known color: Fuchsia. HEX triplet: B2, 5F and BA. RGB value is (178,95,186). Sum of RGB (Red+Green+Blue) = 178+95+186=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25FBA is #4DA045. Grayscale: #818181. Windows color (decimal): -5087302 or 12214194. OLE color: 12214194.
HSL color Cylindrical-coordinate representation of color #B25FBA: hue angle of 294.73º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25FBA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 95 | 186 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.27 |
| HSL | 294.73º | 0.4% | 0.55% | - |
| HSV(B) | 294.73º | 0.49% | 0.73% | - |
| XYZ | 31.32 | 21.19 | 48.89 | - |
| YUV | 130.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 186 | 0.04 | 0.49 | 0 | 0.27 | 294.73 | 0.4 | 0.55 |
| Hex | B2 | 5F | BA | 4 | 31 | 0 | 1B | 127 | 28 | 37 |
| Octal | 262 | 137 | 272 | 4 | 61 | 0 | 33 | 447 | 50 | 67 |
| Binary | 10110010 | 1011111 | 10111010 | 100 | 110001 | 0 | 11011 | 100100111 | 101000 | 110111 |
Color Harmonies of #B25FBA
Complementary color
Monochromatic Colors of #B25FBA
Black with #B25FBA
Text Example
Text Example
White with #B25FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FBA; }
p { color: rgb(178,95,186); }
H1.HeaderClassName
{
color: #B25FBA;
}
.AnyTagClassName
{
color: #B25FBA;
}
</style>
background-color css
<style>
a { background-color: #B25FBA; }
a { background-color: rgb(178,95,186); }
div.DivClassName
{
background-color: #B25FBA;
}
.BgClassName
{
background-color: #B25FBA;
}
</style>
border-color css
<style>
span { border-color: #B25FBA; }
span { border-color: rgb(178,95,186); }
td.TdClassName
{
border-color: #B25FBA;
}
.TagClassName
{
border-color: #B25FBA;
}
</style>