Shades of Fuchsia #B96FC1
Tints of Fuchsia #B96FC1
RGB
CMYK
RGB Variations
Color information
#B96FC1 (or 0xB96FC1) is known color: Fuchsia. HEX triplet: B9, 6F and C1. RGB value is (185,111,193). Sum of RGB (Red+Green+Blue) = 185+111+193=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #B96FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FC1 is #46903E. Grayscale: #8E8E8E. Windows color (decimal): -4624447 or 12677049. OLE color: 12677049.
HSL color Cylindrical-coordinate representation of color #B96FC1: hue angle of 294.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96FC1 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 111 | 193 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.24 |
| HSL | 294.15º | 0.4% | 0.6% | - |
| HSV(B) | 294.15º | 0.42% | 0.76% | - |
| XYZ | 35.32 | 25.53 | 53.52 | - |
| YUV | 142.47 | 156.52 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 111 | 193 | 0.04 | 0.42 | 0 | 0.24 | 294.15 | 0.4 | 0.6 |
| Hex | B9 | 6F | C1 | 4 | 2A | 0 | 18 | 126 | 28 | 3C |
| Octal | 271 | 157 | 301 | 4 | 52 | 0 | 30 | 446 | 50 | 74 |
| Binary | 10111001 | 1101111 | 11000001 | 100 | 101010 | 0 | 11000 | 100100110 | 101000 | 111100 |
Color Harmonies of #B96FC1
Complementary color
Monochromatic Colors of #B96FC1
Black with #B96FC1
Text Example
Text Example
White with #B96FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B96FC1; }
p { color: rgb(185,111,193); }
H1.HeaderClassName
{
color: #B96FC1;
}
.AnyTagClassName
{
color: #B96FC1;
}
</style>
background-color css
<style>
a { background-color: #B96FC1; }
a { background-color: rgb(185,111,193); }
div.DivClassName
{
background-color: #B96FC1;
}
.BgClassName
{
background-color: #B96FC1;
}
</style>
border-color css
<style>
span { border-color: #B96FC1; }
span { border-color: rgb(185,111,193); }
td.TdClassName
{
border-color: #B96FC1;
}
.TagClassName
{
border-color: #B96FC1;
}
</style>