Shades of Fuchsia #B955BA
Tints of Fuchsia #B955BA
RGB
CMYK
RGB Variations
Color information
#B955BA (or 0xB955BA) is known color: Fuchsia. HEX triplet: B9, 55 and BA. RGB value is (185,85,186). Sum of RGB (Red+Green+Blue) = 185+85+186=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #B955BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955BA is #46AA45. Grayscale: #7E7E7E. Windows color (decimal): -4631110 or 12211641. OLE color: 12211641.
HSL color Cylindrical-coordinate representation of color #B955BA: hue angle of 299.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B955BA is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 186 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.27 |
| HSL | 299.41º | 0.42% | 0.53% | - |
| HSV(B) | 299.41º | 0.54% | 0.73% | - |
| XYZ | 32.12 | 20.36 | 48.69 | - |
| YUV | 126.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 186 | 0.01 | 0.54 | 0 | 0.27 | 299.41 | 0.42 | 0.53 |
| Hex | B9 | 55 | BA | 1 | 36 | 0 | 1B | 12B | 2A | 35 |
| Octal | 271 | 125 | 272 | 1 | 66 | 0 | 33 | 453 | 52 | 65 |
| Binary | 10111001 | 1010101 | 10111010 | 1 | 110110 | 0 | 11011 | 100101011 | 101010 | 110101 |
Color Harmonies of #B955BA
Complementary color
Monochromatic Colors of #B955BA
Black with #B955BA
Text Example
Text Example
White with #B955BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955BA; }
p { color: rgb(185,85,186); }
H1.HeaderClassName
{
color: #B955BA;
}
.AnyTagClassName
{
color: #B955BA;
}
</style>
background-color css
<style>
a { background-color: #B955BA; }
a { background-color: rgb(185,85,186); }
div.DivClassName
{
background-color: #B955BA;
}
.BgClassName
{
background-color: #B955BA;
}
</style>
border-color css
<style>
span { border-color: #B955BA; }
span { border-color: rgb(185,85,186); }
td.TdClassName
{
border-color: #B955BA;
}
.TagClassName
{
border-color: #B955BA;
}
</style>