Shades of Fuchsia #B36BBF
Tints of Fuchsia #B36BBF
RGB
CMYK
RGB Variations
Color information
#B36BBF (or 0xB36BBF) is known color: Fuchsia. HEX triplet: B3, 6B and BF. RGB value is (179,107,191). Sum of RGB (Red+Green+Blue) = 179+107+191=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #B36BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36BBF is #4C9440. Grayscale: #898989. Windows color (decimal): -5018689 or 12544947. OLE color: 12544947.
HSL color Cylindrical-coordinate representation of color #B36BBF: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B36BBF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 107 | 191 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.25 |
| HSL | 291.43º | 0.4% | 0.58% | - |
| HSV(B) | 291.43º | 0.44% | 0.75% | - |
| XYZ | 33.25 | 23.86 | 52.14 | - |
| YUV | 138.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 107 | 191 | 0.06 | 0.44 | 0 | 0.25 | 291.43 | 0.4 | 0.58 |
| Hex | B3 | 6B | BF | 6 | 2C | 0 | 19 | 123 | 28 | 3A |
| Octal | 263 | 153 | 277 | 6 | 54 | 0 | 31 | 443 | 50 | 72 |
| Binary | 10110011 | 1101011 | 10111111 | 110 | 101100 | 0 | 11001 | 100100011 | 101000 | 111010 |
Color Harmonies of #B36BBF
Complementary color
Monochromatic Colors of #B36BBF
Black with #B36BBF
Text Example
Text Example
White with #B36BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36BBF; }
p { color: rgb(179,107,191); }
H1.HeaderClassName
{
color: #B36BBF;
}
.AnyTagClassName
{
color: #B36BBF;
}
</style>
background-color css
<style>
a { background-color: #B36BBF; }
a { background-color: rgb(179,107,191); }
div.DivClassName
{
background-color: #B36BBF;
}
.BgClassName
{
background-color: #B36BBF;
}
</style>
border-color css
<style>
span { border-color: #B36BBF; }
span { border-color: rgb(179,107,191); }
td.TdClassName
{
border-color: #B36BBF;
}
.TagClassName
{
border-color: #B36BBF;
}
</style>