Shades of Fuchsia #B95ABA
Tints of Fuchsia #B95ABA
RGB
CMYK
RGB Variations
Color information
#B95ABA (or 0xB95ABA) is known color: Fuchsia. HEX triplet: B9, 5A and BA. RGB value is (185,90,186). Sum of RGB (Red+Green+Blue) = 185+90+186=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B95ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ABA is #46A545. Grayscale: #818181. Windows color (decimal): -4629830 or 12212921. OLE color: 12212921.
HSL color Cylindrical-coordinate representation of color #B95ABA: hue angle of 299.38º 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 #B95ABA is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 186 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.27 |
| HSL | 299.38º | 0.41% | 0.54% | - |
| HSV(B) | 299.38º | 0.52% | 0.73% | - |
| XYZ | 32.53 | 21.17 | 48.83 | - |
| YUV | 129.35 | 159.97 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 186 | 0.01 | 0.52 | 0 | 0.27 | 299.38 | 0.41 | 0.54 |
| Hex | B9 | 5A | BA | 1 | 34 | 0 | 1B | 12B | 29 | 36 |
| Octal | 271 | 132 | 272 | 1 | 64 | 0 | 33 | 453 | 51 | 66 |
| Binary | 10111001 | 1011010 | 10111010 | 1 | 110100 | 0 | 11011 | 100101011 | 101001 | 110110 |
Color Harmonies of #B95ABA
Complementary color
Monochromatic Colors of #B95ABA
Black with #B95ABA
Text Example
Text Example
White with #B95ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95ABA; }
p { color: rgb(185,90,186); }
H1.HeaderClassName
{
color: #B95ABA;
}
.AnyTagClassName
{
color: #B95ABA;
}
</style>
background-color css
<style>
a { background-color: #B95ABA; }
a { background-color: rgb(185,90,186); }
div.DivClassName
{
background-color: #B95ABA;
}
.BgClassName
{
background-color: #B95ABA;
}
</style>
border-color css
<style>
span { border-color: #B95ABA; }
span { border-color: rgb(185,90,186); }
td.TdClassName
{
border-color: #B95ABA;
}
.TagClassName
{
border-color: #B95ABA;
}
</style>