Shades of Fuchsia #B969B1
Tints of Fuchsia #B969B1
RGB
CMYK
RGB Variations
Color information
#B969B1 (or 0xB969B1) is known color: Fuchsia. HEX triplet: B9, 69 and B1. RGB value is (185,105,177). Sum of RGB (Red+Green+Blue) = 185+105+177=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 185 - color contains mainly: red. Hex color #B969B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B969B1 is #46964E. Grayscale: #888888. Windows color (decimal): -4625999 or 11626937. OLE color: 11626937.
HSL color Cylindrical-coordinate representation of color #B969B1: hue angle of 306º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B969B1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 105 | 177 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.27 |
| HSL | 306º | 0.36% | 0.57% | - |
| HSV(B) | 306º | 0.43% | 0.73% | - |
| XYZ | 32.99 | 23.59 | 44.41 | - |
| YUV | 137.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 177 | 0 | 0.43 | 0.04 | 0.27 | 306 | 0.36 | 0.57 |
| Hex | B9 | 69 | B1 | 0 | 2B | 4 | 1B | 132 | 24 | 39 |
| Octal | 271 | 151 | 261 | 0 | 53 | 4 | 33 | 462 | 44 | 71 |
| Binary | 10111001 | 1101001 | 10110001 | 0 | 101011 | 100 | 11011 | 100110010 | 100100 | 111001 |
Color Harmonies of #B969B1
Complementary color
Monochromatic Colors of #B969B1
Black with #B969B1
Text Example
Text Example
White with #B969B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B969B1; }
p { color: rgb(185,105,177); }
H1.HeaderClassName
{
color: #B969B1;
}
.AnyTagClassName
{
color: #B969B1;
}
</style>
background-color css
<style>
a { background-color: #B969B1; }
a { background-color: rgb(185,105,177); }
div.DivClassName
{
background-color: #B969B1;
}
.BgClassName
{
background-color: #B969B1;
}
</style>
border-color css
<style>
span { border-color: #B969B1; }
span { border-color: rgb(185,105,177); }
td.TdClassName
{
border-color: #B969B1;
}
.TagClassName
{
border-color: #B969B1;
}
</style>