Shades of Fuchsia #B770B5
Tints of Fuchsia #B770B5
RGB
CMYK
RGB Variations
Color information
#B770B5 (or 0xB770B5) is known color: Fuchsia. HEX triplet: B7, 70 and B5. RGB value is (183,112,181). Sum of RGB (Red+Green+Blue) = 183+112+181=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B770B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B770B5 is #488F4A. Grayscale: #8C8C8C. Windows color (decimal): -4755275 or 11890871. OLE color: 11890871.
HSL color Cylindrical-coordinate representation of color #B770B5: hue angle of 301.69º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B770B5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 112 | 181 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.28 |
| HSL | 301.69º | 0.33% | 0.58% | - |
| HSV(B) | 301.69º | 0.39% | 0.72% | - |
| XYZ | 33.66 | 24.99 | 46.77 | - |
| YUV | 141.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 112 | 181 | 0 | 0.39 | 0.01 | 0.28 | 301.69 | 0.33 | 0.58 |
| Hex | B7 | 70 | B5 | 0 | 27 | 1 | 1C | 12E | 21 | 3A |
| Octal | 267 | 160 | 265 | 0 | 47 | 1 | 34 | 456 | 41 | 72 |
| Binary | 10110111 | 1110000 | 10110101 | 0 | 100111 | 1 | 11100 | 100101110 | 100001 | 111010 |
Color Harmonies of #B770B5
Complementary color
Monochromatic Colors of #B770B5
Black with #B770B5
Text Example
Text Example
White with #B770B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B770B5; }
p { color: rgb(183,112,181); }
H1.HeaderClassName
{
color: #B770B5;
}
.AnyTagClassName
{
color: #B770B5;
}
</style>
background-color css
<style>
a { background-color: #B770B5; }
a { background-color: rgb(183,112,181); }
div.DivClassName
{
background-color: #B770B5;
}
.BgClassName
{
background-color: #B770B5;
}
</style>
border-color css
<style>
span { border-color: #B770B5; }
span { border-color: rgb(183,112,181); }
td.TdClassName
{
border-color: #B770B5;
}
.TagClassName
{
border-color: #B770B5;
}
</style>