Shades of Fuchsia #B968BA
Tints of Fuchsia #B968BA
RGB
CMYK
RGB Variations
Color information
#B968BA (or 0xB968BA) is known color: Fuchsia. HEX triplet: B9, 68 and BA. RGB value is (185,104,186). Sum of RGB (Red+Green+Blue) = 185+104+186=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #B968BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B968BA is #469745. Grayscale: #898989. Windows color (decimal): -4626246 or 12216505. OLE color: 12216505.
HSL color Cylindrical-coordinate representation of color #B968BA: hue angle of 299.27º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B968BA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 104 | 186 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.27 |
| HSL | 299.27º | 0.37% | 0.57% | - |
| HSV(B) | 299.27º | 0.44% | 0.73% | - |
| XYZ | 33.82 | 23.76 | 49.26 | - |
| YUV | 137.57 | 155.34 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 104 | 186 | 0.01 | 0.44 | 0 | 0.27 | 299.27 | 0.37 | 0.57 |
| Hex | B9 | 68 | BA | 1 | 2C | 0 | 1B | 12B | 25 | 39 |
| Octal | 271 | 150 | 272 | 1 | 54 | 0 | 33 | 453 | 45 | 71 |
| Binary | 10111001 | 1101000 | 10111010 | 1 | 101100 | 0 | 11011 | 100101011 | 100101 | 111001 |
Color Harmonies of #B968BA
Complementary color
Monochromatic Colors of #B968BA
Black with #B968BA
Text Example
Text Example
White with #B968BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B968BA; }
p { color: rgb(185,104,186); }
H1.HeaderClassName
{
color: #B968BA;
}
.AnyTagClassName
{
color: #B968BA;
}
</style>
background-color css
<style>
a { background-color: #B968BA; }
a { background-color: rgb(185,104,186); }
div.DivClassName
{
background-color: #B968BA;
}
.BgClassName
{
background-color: #B968BA;
}
</style>
border-color css
<style>
span { border-color: #B968BA; }
span { border-color: rgb(185,104,186); }
td.TdClassName
{
border-color: #B968BA;
}
.TagClassName
{
border-color: #B968BA;
}
</style>