Shades of Fuchsia #B766C1
Tints of Fuchsia #B766C1
RGB
CMYK
RGB Variations
Color information
#B766C1 (or 0xB766C1) is known color: Fuchsia. HEX triplet: B7, 66 and C1. RGB value is (183,102,193). Sum of RGB (Red+Green+Blue) = 183+102+193=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #B766C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B766C1 is #48993E. Grayscale: #888888. Windows color (decimal): -4757823 or 12674743. OLE color: 12674743.
HSL color Cylindrical-coordinate representation of color #B766C1: hue angle of 293.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B766C1 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 102 | 193 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.24 |
| HSL | 293.41º | 0.42% | 0.58% | - |
| HSV(B) | 293.41º | 0.47% | 0.76% | - |
| XYZ | 33.91 | 23.42 | 53.19 | - |
| YUV | 136.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 193 | 0.05 | 0.47 | 0 | 0.24 | 293.41 | 0.42 | 0.58 |
| Hex | B7 | 66 | C1 | 5 | 2F | 0 | 18 | 125 | 2A | 3A |
| Octal | 267 | 146 | 301 | 5 | 57 | 0 | 30 | 445 | 52 | 72 |
| Binary | 10110111 | 1100110 | 11000001 | 101 | 101111 | 0 | 11000 | 100100101 | 101010 | 111010 |
Color Harmonies of #B766C1
Complementary color
Monochromatic Colors of #B766C1
Black with #B766C1
Text Example
Text Example
White with #B766C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766C1; }
p { color: rgb(183,102,193); }
H1.HeaderClassName
{
color: #B766C1;
}
.AnyTagClassName
{
color: #B766C1;
}
</style>
background-color css
<style>
a { background-color: #B766C1; }
a { background-color: rgb(183,102,193); }
div.DivClassName
{
background-color: #B766C1;
}
.BgClassName
{
background-color: #B766C1;
}
</style>
border-color css
<style>
span { border-color: #B766C1; }
span { border-color: rgb(183,102,193); }
td.TdClassName
{
border-color: #B766C1;
}
.TagClassName
{
border-color: #B766C1;
}
</style>