Shades of Fuchsia #B768B5
Tints of Fuchsia #B768B5
RGB
CMYK
RGB Variations
Color information
#B768B5 (or 0xB768B5) is known color: Fuchsia. HEX triplet: B7, 68 and B5. RGB value is (183,104,181). Sum of RGB (Red+Green+Blue) = 183+104+181=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 183 - color contains mainly: red. Hex color #B768B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B768B5 is #48974A. Grayscale: #888888. Windows color (decimal): -4757323 or 11888823. OLE color: 11888823.
HSL color Cylindrical-coordinate representation of color #B768B5: hue angle of 301.52º 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 #B768B5 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 181 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.28 |
| HSL | 301.52º | 0.35% | 0.56% | - |
| HSV(B) | 301.52º | 0.43% | 0.72% | - |
| XYZ | 32.82 | 23.3 | 46.48 | - |
| YUV | 136.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 181 | 0 | 0.43 | 0.01 | 0.28 | 301.52 | 0.35 | 0.56 |
| Hex | B7 | 68 | B5 | 0 | 2B | 1 | 1C | 12E | 23 | 38 |
| Octal | 267 | 150 | 265 | 0 | 53 | 1 | 34 | 456 | 43 | 70 |
| Binary | 10110111 | 1101000 | 10110101 | 0 | 101011 | 1 | 11100 | 100101110 | 100011 | 111000 |
Color Harmonies of #B768B5
Complementary color
Monochromatic Colors of #B768B5
Black with #B768B5
Text Example
Text Example
White with #B768B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B768B5; }
p { color: rgb(183,104,181); }
H1.HeaderClassName
{
color: #B768B5;
}
.AnyTagClassName
{
color: #B768B5;
}
</style>
background-color css
<style>
a { background-color: #B768B5; }
a { background-color: rgb(183,104,181); }
div.DivClassName
{
background-color: #B768B5;
}
.BgClassName
{
background-color: #B768B5;
}
</style>
border-color css
<style>
span { border-color: #B768B5; }
span { border-color: rgb(183,104,181); }
td.TdClassName
{
border-color: #B768B5;
}
.TagClassName
{
border-color: #B768B5;
}
</style>