Shades of Fuchsia #B949BB
Tints of Fuchsia #B949BB
RGB
CMYK
RGB Variations
Color information
#B949BB (or 0xB949BB) is known color: Fuchsia. HEX triplet: B9, 49 and BB. RGB value is (185,73,187). Sum of RGB (Red+Green+Blue) = 185+73+187=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #B949BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B949BB is #46B644. Grayscale: #777777. Windows color (decimal): -4634181 or 12274105. OLE color: 12274105.
HSL color Cylindrical-coordinate representation of color #B949BB: hue angle of 298.95º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B949BB is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 187 | - |
| CMYK | 0.01 | 0.61 | 0 | 0.27 |
| HSL | 298.95º | 0.46% | 0.51% | - |
| HSV(B) | 298.95º | 0.61% | 0.73% | - |
| XYZ | 31.36 | 18.67 | 48.96 | - |
| YUV | 119.48 | 166.11 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 187 | 0.01 | 0.61 | 0 | 0.27 | 298.95 | 0.46 | 0.51 |
| Hex | B9 | 49 | BB | 1 | 3D | 0 | 1B | 12B | 2E | 33 |
| Octal | 271 | 111 | 273 | 1 | 75 | 0 | 33 | 453 | 56 | 63 |
| Binary | 10111001 | 1001001 | 10111011 | 1 | 111101 | 0 | 11011 | 100101011 | 101110 | 110011 |
Color Harmonies of #B949BB
Complementary color
Monochromatic Colors of #B949BB
Black with #B949BB
Text Example
Text Example
White with #B949BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949BB; }
p { color: rgb(185,73,187); }
H1.HeaderClassName
{
color: #B949BB;
}
.AnyTagClassName
{
color: #B949BB;
}
</style>
background-color css
<style>
a { background-color: #B949BB; }
a { background-color: rgb(185,73,187); }
div.DivClassName
{
background-color: #B949BB;
}
.BgClassName
{
background-color: #B949BB;
}
</style>
border-color css
<style>
span { border-color: #B949BB; }
span { border-color: rgb(185,73,187); }
td.TdClassName
{
border-color: #B949BB;
}
.TagClassName
{
border-color: #B949BB;
}
</style>