Shades of Fuchsia #B946B9
Tints of Fuchsia #B946B9
RGB
CMYK
RGB Variations
Color information
#B946B9 (or 0xB946B9) is known color: Fuchsia. HEX triplet: B9, 46 and B9. RGB value is (185,70,185). Sum of RGB (Red+Green+Blue) = 185+70+185=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B946B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B946B9 is #46B946. Grayscale: #757575. Windows color (decimal): -4634951 or 12142265. OLE color: 12142265.
HSL color Cylindrical-coordinate representation of color #B946B9: hue angle of 300º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B946B9 is Cyan = 0, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 185 | - |
| CMYK | 0 | 0.62 | 0 | 0.27 |
| HSL | 300º | 0.45% | 0.5% | - |
| HSV(B) | 300º | 0.62% | 0.73% | - |
| XYZ | 30.95 | 18.2 | 47.78 | - |
| YUV | 117.5 | 166.1 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 185 | 0 | 0.62 | 0 | 0.27 | 300 | 0.45 | 0.5 |
| Hex | B9 | 46 | B9 | 0 | 3E | 0 | 1B | 12C | 2D | 32 |
| Octal | 271 | 106 | 271 | 0 | 76 | 0 | 33 | 454 | 55 | 62 |
| Binary | 10111001 | 1000110 | 10111001 | 0 | 111110 | 0 | 11011 | 100101100 | 101101 | 110010 |
Color Harmonies of #B946B9
Complementary color
Monochromatic Colors of #B946B9
Black with #B946B9
Text Example
Text Example
White with #B946B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946B9; }
p { color: rgb(185,70,185); }
H1.HeaderClassName
{
color: #B946B9;
}
.AnyTagClassName
{
color: #B946B9;
}
</style>
background-color css
<style>
a { background-color: #B946B9; }
a { background-color: rgb(185,70,185); }
div.DivClassName
{
background-color: #B946B9;
}
.BgClassName
{
background-color: #B946B9;
}
</style>
border-color css
<style>
span { border-color: #B946B9; }
span { border-color: rgb(185,70,185); }
td.TdClassName
{
border-color: #B946B9;
}
.TagClassName
{
border-color: #B946B9;
}
</style>