Shades of Fuchsia #B950BA
Tints of Fuchsia #B950BA
RGB
CMYK
RGB Variations
Color information
#B950BA (or 0xB950BA) is known color: Fuchsia. HEX triplet: B9, 50 and BA. RGB value is (185,80,186). Sum of RGB (Red+Green+Blue) = 185+80+186=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B950BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950BA is #46AF45. Grayscale: #7B7B7B. Windows color (decimal): -4632390 or 12210361. OLE color: 12210361.
HSL color Cylindrical-coordinate representation of color #B950BA: hue angle of 299.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B950BA is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 186 | - |
| CMYK | 0.01 | 0.57 | 0 | 0.27 |
| HSL | 299.43º | 0.43% | 0.52% | - |
| HSV(B) | 299.43º | 0.57% | 0.73% | - |
| XYZ | 31.74 | 19.6 | 48.56 | - |
| YUV | 123.48 | 163.29 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 186 | 0.01 | 0.57 | 0 | 0.27 | 299.43 | 0.43 | 0.52 |
| Hex | B9 | 50 | BA | 1 | 39 | 0 | 1B | 12B | 2B | 34 |
| Octal | 271 | 120 | 272 | 1 | 71 | 0 | 33 | 453 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10111010 | 1 | 111001 | 0 | 11011 | 100101011 | 101011 | 110100 |
Color Harmonies of #B950BA
Complementary color
Monochromatic Colors of #B950BA
Black with #B950BA
Text Example
Text Example
White with #B950BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950BA; }
p { color: rgb(185,80,186); }
H1.HeaderClassName
{
color: #B950BA;
}
.AnyTagClassName
{
color: #B950BA;
}
</style>
background-color css
<style>
a { background-color: #B950BA; }
a { background-color: rgb(185,80,186); }
div.DivClassName
{
background-color: #B950BA;
}
.BgClassName
{
background-color: #B950BA;
}
</style>
border-color css
<style>
span { border-color: #B950BA; }
span { border-color: rgb(185,80,186); }
td.TdClassName
{
border-color: #B950BA;
}
.TagClassName
{
border-color: #B950BA;
}
</style>