Shades of Fuchsia #B768B0
Tints of Fuchsia #B768B0
RGB
CMYK
RGB Variations
Color information
#B768B0 (or 0xB768B0) is known color: Fuchsia. HEX triplet: B7, 68 and B0. RGB value is (183,104,176). Sum of RGB (Red+Green+Blue) = 183+104+176=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 176 (69.14% from 255 or 38.01% from 463); Max value from RGB is 183 - color contains mainly: red. Hex color #B768B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B768B0 is #48974F. Grayscale: #878787. Windows color (decimal): -4757328 or 11561143. OLE color: 11561143.
HSL color Cylindrical-coordinate representation of color #B768B0: hue angle of 305.32º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B768B0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 176 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.28 |
| HSL | 305.32º | 0.35% | 0.56% | - |
| HSV(B) | 305.32º | 0.43% | 0.72% | - |
| XYZ | 32.32 | 23.1 | 43.83 | - |
| YUV | 135.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 176 | 0 | 0.43 | 0.04 | 0.28 | 305.32 | 0.35 | 0.56 |
| Hex | B7 | 68 | B0 | 0 | 2B | 4 | 1C | 131 | 23 | 38 |
| Octal | 267 | 150 | 260 | 0 | 53 | 4 | 34 | 461 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10110000 | 0 | 101011 | 100 | 11100 | 100110001 | 100011 | 111000 |
Color Harmonies of #B768B0
Complementary color
Monochromatic Colors of #B768B0
Black with #B768B0
Text Example
Text Example
White with #B768B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768B0; }
p { color: rgb(183,104,176); }
H1.HeaderClassName
{
color: #B768B0;
}
.AnyTagClassName
{
color: #B768B0;
}
</style>
background-color css
<style>
a { background-color: #B768B0; }
a { background-color: rgb(183,104,176); }
div.DivClassName
{
background-color: #B768B0;
}
.BgClassName
{
background-color: #B768B0;
}
</style>
border-color css
<style>
span { border-color: #B768B0; }
span { border-color: rgb(183,104,176); }
td.TdClassName
{
border-color: #B768B0;
}
.TagClassName
{
border-color: #B768B0;
}
</style>