Shades of Fuchsia #B969BC
Tints of Fuchsia #B969BC
RGB
CMYK
RGB Variations
Color information
#B969BC (or 0xB969BC) is known color: Fuchsia. HEX triplet: B9, 69 and BC. RGB value is (185,105,188). Sum of RGB (Red+Green+Blue) = 185+105+188=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #B969BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B969BC is #469643. Grayscale: #8A8A8A. Windows color (decimal): -4625988 or 12347833. OLE color: 12347833.
HSL color Cylindrical-coordinate representation of color #B969BC: hue angle of 297.83º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B969BC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 105 | 188 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.26 |
| HSL | 297.83º | 0.38% | 0.57% | - |
| HSV(B) | 297.83º | 0.44% | 0.74% | - |
| XYZ | 34.14 | 24.05 | 50.42 | - |
| YUV | 138.38 | 156 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 105 | 188 | 0.02 | 0.44 | 0 | 0.26 | 297.83 | 0.38 | 0.57 |
| Hex | B9 | 69 | BC | 2 | 2C | 0 | 1A | 12A | 26 | 39 |
| Octal | 271 | 151 | 274 | 2 | 54 | 0 | 32 | 452 | 46 | 71 |
| Binary | 10111001 | 1101001 | 10111100 | 10 | 101100 | 0 | 11010 | 100101010 | 100110 | 111001 |
Color Harmonies of #B969BC
Complementary color
Monochromatic Colors of #B969BC
Black with #B969BC
Text Example
Text Example
White with #B969BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B969BC; }
p { color: rgb(185,105,188); }
H1.HeaderClassName
{
color: #B969BC;
}
.AnyTagClassName
{
color: #B969BC;
}
</style>
background-color css
<style>
a { background-color: #B969BC; }
a { background-color: rgb(185,105,188); }
div.DivClassName
{
background-color: #B969BC;
}
.BgClassName
{
background-color: #B969BC;
}
</style>
border-color css
<style>
span { border-color: #B969BC; }
span { border-color: rgb(185,105,188); }
td.TdClassName
{
border-color: #B969BC;
}
.TagClassName
{
border-color: #B969BC;
}
</style>