Shades of Fuchsia #B768BB
Tints of Fuchsia #B768BB
RGB
CMYK
RGB Variations
Color information
#B768BB (or 0xB768BB) is known color: Fuchsia. HEX triplet: B7, 68 and BB. RGB value is (183,104,187). Sum of RGB (Red+Green+Blue) = 183+104+187=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #B768BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768BB is #489744. Grayscale: #888888. Windows color (decimal): -4757317 or 12282039. OLE color: 12282039.
HSL color Cylindrical-coordinate representation of color #B768BB: hue angle of 297.11º degrees, saturation: 0.38, 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 #B768BB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 104 | 187 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.27 |
| HSL | 297.11º | 0.38% | 0.57% | - |
| HSV(B) | 297.11º | 0.44% | 0.73% | - |
| XYZ | 33.45 | 23.56 | 49.8 | - |
| YUV | 137.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 187 | 0.02 | 0.44 | 0 | 0.27 | 297.11 | 0.38 | 0.57 |
| Hex | B7 | 68 | BB | 2 | 2C | 0 | 1B | 129 | 26 | 39 |
| Octal | 267 | 150 | 273 | 2 | 54 | 0 | 33 | 451 | 46 | 71 |
| Binary | 10110111 | 1101000 | 10111011 | 10 | 101100 | 0 | 11011 | 100101001 | 100110 | 111001 |
Color Harmonies of #B768BB
Complementary color
Monochromatic Colors of #B768BB
Black with #B768BB
Text Example
Text Example
White with #B768BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768BB; }
p { color: rgb(183,104,187); }
H1.HeaderClassName
{
color: #B768BB;
}
.AnyTagClassName
{
color: #B768BB;
}
</style>
background-color css
<style>
a { background-color: #B768BB; }
a { background-color: rgb(183,104,187); }
div.DivClassName
{
background-color: #B768BB;
}
.BgClassName
{
background-color: #B768BB;
}
</style>
border-color css
<style>
span { border-color: #B768BB; }
span { border-color: rgb(183,104,187); }
td.TdClassName
{
border-color: #B768BB;
}
.TagClassName
{
border-color: #B768BB;
}
</style>