Shades of Fuchsia #B25EBA
Tints of Fuchsia #B25EBA
RGB
CMYK
RGB Variations
Color information
#B25EBA (or 0xB25EBA) is known color: Fuchsia. HEX triplet: B2, 5E and BA. RGB value is (178,94,186). Sum of RGB (Red+Green+Blue) = 178+94+186=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25EBA is #4DA145. Grayscale: #818181. Windows color (decimal): -5087558 or 12213938. OLE color: 12213938.
HSL color Cylindrical-coordinate representation of color #B25EBA: hue angle of 294.78º 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 #B25EBA is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 94 | 186 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.27 |
| HSL | 294.78º | 0.4% | 0.55% | - |
| HSV(B) | 294.78º | 0.49% | 0.73% | - |
| XYZ | 31.23 | 21.02 | 48.87 | - |
| YUV | 129.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 186 | 0.04 | 0.49 | 0 | 0.27 | 294.78 | 0.4 | 0.55 |
| Hex | B2 | 5E | BA | 4 | 31 | 0 | 1B | 127 | 28 | 37 |
| Octal | 262 | 136 | 272 | 4 | 61 | 0 | 33 | 447 | 50 | 67 |
| Binary | 10110010 | 1011110 | 10111010 | 100 | 110001 | 0 | 11011 | 100100111 | 101000 | 110111 |
Color Harmonies of #B25EBA
Complementary color
Monochromatic Colors of #B25EBA
Black with #B25EBA
Text Example
Text Example
White with #B25EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EBA; }
p { color: rgb(178,94,186); }
H1.HeaderClassName
{
color: #B25EBA;
}
.AnyTagClassName
{
color: #B25EBA;
}
</style>
background-color css
<style>
a { background-color: #B25EBA; }
a { background-color: rgb(178,94,186); }
div.DivClassName
{
background-color: #B25EBA;
}
.BgClassName
{
background-color: #B25EBA;
}
</style>
border-color css
<style>
span { border-color: #B25EBA; }
span { border-color: rgb(178,94,186); }
td.TdClassName
{
border-color: #B25EBA;
}
.TagClassName
{
border-color: #B25EBA;
}
</style>