Shades of Fuchsia #B766BF
Tints of Fuchsia #B766BF
RGB
CMYK
RGB Variations
Color information
#B766BF (or 0xB766BF) is known color: Fuchsia. HEX triplet: B7, 66 and BF. RGB value is (183,102,191). Sum of RGB (Red+Green+Blue) = 183+102+191=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #B766BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766BF is #489940. Grayscale: #888888. Windows color (decimal): -4757825 or 12543671. OLE color: 12543671.
HSL color Cylindrical-coordinate representation of color #B766BF: hue angle of 294.61º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B766BF is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 102 | 191 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.25 |
| HSL | 294.61º | 0.41% | 0.57% | - |
| HSV(B) | 294.61º | 0.47% | 0.75% | - |
| XYZ | 33.68 | 23.33 | 52.02 | - |
| YUV | 136.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 191 | 0.04 | 0.47 | 0 | 0.25 | 294.61 | 0.41 | 0.57 |
| Hex | B7 | 66 | BF | 4 | 2F | 0 | 19 | 127 | 29 | 39 |
| Octal | 267 | 146 | 277 | 4 | 57 | 0 | 31 | 447 | 51 | 71 |
| Binary | 10110111 | 1100110 | 10111111 | 100 | 101111 | 0 | 11001 | 100100111 | 101001 | 111001 |
Color Harmonies of #B766BF
Complementary color
Monochromatic Colors of #B766BF
Black with #B766BF
Text Example
Text Example
White with #B766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766BF; }
p { color: rgb(183,102,191); }
H1.HeaderClassName
{
color: #B766BF;
}
.AnyTagClassName
{
color: #B766BF;
}
</style>
background-color css
<style>
a { background-color: #B766BF; }
a { background-color: rgb(183,102,191); }
div.DivClassName
{
background-color: #B766BF;
}
.BgClassName
{
background-color: #B766BF;
}
</style>
border-color css
<style>
span { border-color: #B766BF; }
span { border-color: rgb(183,102,191); }
td.TdClassName
{
border-color: #B766BF;
}
.TagClassName
{
border-color: #B766BF;
}
</style>