Shades of Fuchsia #B25ABA
Tints of Fuchsia #B25ABA
RGB
CMYK
RGB Variations
Color information
#B25ABA (or 0xB25ABA) is known color: Fuchsia. HEX triplet: B2, 5A and BA. RGB value is (178,90,186). Sum of RGB (Red+Green+Blue) = 178+90+186=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #B25ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ABA is #4DA545. Grayscale: #7E7E7E. Windows color (decimal): -5088582 or 12212914. OLE color: 12212914.
HSL color Cylindrical-coordinate representation of color #B25ABA: hue angle of 295º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B25ABA is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 90 | 186 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.27 |
| HSL | 295º | 0.41% | 0.54% | - |
| HSV(B) | 295º | 0.52% | 0.73% | - |
| XYZ | 30.88 | 20.32 | 48.75 | - |
| YUV | 127.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 186 | 0.04 | 0.52 | 0 | 0.27 | 295 | 0.41 | 0.54 |
| Hex | B2 | 5A | BA | 4 | 34 | 0 | 1B | 127 | 29 | 36 |
| Octal | 262 | 132 | 272 | 4 | 64 | 0 | 33 | 447 | 51 | 66 |
| Binary | 10110010 | 1011010 | 10111010 | 100 | 110100 | 0 | 11011 | 100100111 | 101001 | 110110 |
Color Harmonies of #B25ABA
Complementary color
Monochromatic Colors of #B25ABA
Black with #B25ABA
Text Example
Text Example
White with #B25ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25ABA; }
p { color: rgb(178,90,186); }
H1.HeaderClassName
{
color: #B25ABA;
}
.AnyTagClassName
{
color: #B25ABA;
}
</style>
background-color css
<style>
a { background-color: #B25ABA; }
a { background-color: rgb(178,90,186); }
div.DivClassName
{
background-color: #B25ABA;
}
.BgClassName
{
background-color: #B25ABA;
}
</style>
border-color css
<style>
span { border-color: #B25ABA; }
span { border-color: rgb(178,90,186); }
td.TdClassName
{
border-color: #B25ABA;
}
.TagClassName
{
border-color: #B25ABA;
}
</style>