Shades of Fuchsia #B967BC
Tints of Fuchsia #B967BC
RGB
CMYK
RGB Variations
Color information
#B967BC (or 0xB967BC) is known color: Fuchsia. HEX triplet: B9, 67 and BC. RGB value is (185,103,188). Sum of RGB (Red+Green+Blue) = 185+103+188=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #B967BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967BC is #469843. Grayscale: #888888. Windows color (decimal): -4626500 or 12347321. OLE color: 12347321.
HSL color Cylindrical-coordinate representation of color #B967BC: hue angle of 297.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B967BC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 103 | 188 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.26 |
| HSL | 297.88º | 0.39% | 0.57% | - |
| HSV(B) | 297.88º | 0.45% | 0.74% | - |
| XYZ | 33.93 | 23.65 | 50.35 | - |
| YUV | 137.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 188 | 0.02 | 0.45 | 0 | 0.26 | 297.88 | 0.39 | 0.57 |
| Hex | B9 | 67 | BC | 2 | 2D | 0 | 1A | 12A | 27 | 39 |
| Octal | 271 | 147 | 274 | 2 | 55 | 0 | 32 | 452 | 47 | 71 |
| Binary | 10111001 | 1100111 | 10111100 | 10 | 101101 | 0 | 11010 | 100101010 | 100111 | 111001 |
Color Harmonies of #B967BC
Complementary color
Monochromatic Colors of #B967BC
Black with #B967BC
Text Example
Text Example
White with #B967BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967BC; }
p { color: rgb(185,103,188); }
H1.HeaderClassName
{
color: #B967BC;
}
.AnyTagClassName
{
color: #B967BC;
}
</style>
background-color css
<style>
a { background-color: #B967BC; }
a { background-color: rgb(185,103,188); }
div.DivClassName
{
background-color: #B967BC;
}
.BgClassName
{
background-color: #B967BC;
}
</style>
border-color css
<style>
span { border-color: #B967BC; }
span { border-color: rgb(185,103,188); }
td.TdClassName
{
border-color: #B967BC;
}
.TagClassName
{
border-color: #B967BC;
}
</style>