Shades of Fuchsia #B772B2
Tints of Fuchsia #B772B2
RGB
CMYK
RGB Variations
Color information
#B772B2 (or 0xB772B2) is known color: Fuchsia. HEX triplet: B7, 72 and B2. RGB value is (183,114,178). Sum of RGB (Red+Green+Blue) = 183+114+178=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 183 - color contains mainly: red. Hex color #B772B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B772B2 is #488D4D. Grayscale: #8D8D8D. Windows color (decimal): -4754766 or 11694775. OLE color: 11694775.
HSL color Cylindrical-coordinate representation of color #B772B2: hue angle of 304.35º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B772B2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 114 | 178 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.28 |
| HSL | 304.35º | 0.32% | 0.58% | - |
| HSV(B) | 304.35º | 0.38% | 0.72% | - |
| XYZ | 33.58 | 25.32 | 45.24 | - |
| YUV | 141.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 178 | 0 | 0.38 | 0.03 | 0.28 | 304.35 | 0.32 | 0.58 |
| Hex | B7 | 72 | B2 | 0 | 26 | 3 | 1C | 130 | 20 | 3A |
| Octal | 267 | 162 | 262 | 0 | 46 | 3 | 34 | 460 | 40 | 72 |
| Binary | 10110111 | 1110010 | 10110010 | 0 | 100110 | 11 | 11100 | 100110000 | 100000 | 111010 |
Color Harmonies of #B772B2
Complementary color
Monochromatic Colors of #B772B2
Black with #B772B2
Text Example
Text Example
White with #B772B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772B2; }
p { color: rgb(183,114,178); }
H1.HeaderClassName
{
color: #B772B2;
}
.AnyTagClassName
{
color: #B772B2;
}
</style>
background-color css
<style>
a { background-color: #B772B2; }
a { background-color: rgb(183,114,178); }
div.DivClassName
{
background-color: #B772B2;
}
.BgClassName
{
background-color: #B772B2;
}
</style>
border-color css
<style>
span { border-color: #B772B2; }
span { border-color: rgb(183,114,178); }
td.TdClassName
{
border-color: #B772B2;
}
.TagClassName
{
border-color: #B772B2;
}
</style>