Shades of Fuchsia #B772BA
Tints of Fuchsia #B772BA
RGB
CMYK
RGB Variations
Color information
#B772BA (or 0xB772BA) is known color: Fuchsia. HEX triplet: B7, 72 and BA. RGB value is (183,114,186). Sum of RGB (Red+Green+Blue) = 183+114+186=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B772BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772BA is #488D45. Grayscale: #8E8E8E. Windows color (decimal): -4754758 or 12219063. OLE color: 12219063.
HSL color Cylindrical-coordinate representation of color #B772BA: hue angle of 297.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B772BA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 114 | 186 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.27 |
| HSL | 297.5º | 0.34% | 0.59% | - |
| HSV(B) | 297.5º | 0.39% | 0.73% | - |
| XYZ | 34.41 | 25.65 | 49.59 | - |
| YUV | 142.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 186 | 0.02 | 0.39 | 0 | 0.27 | 297.5 | 0.34 | 0.59 |
| Hex | B7 | 72 | BA | 2 | 27 | 0 | 1B | 12A | 22 | 3B |
| Octal | 267 | 162 | 272 | 2 | 47 | 0 | 33 | 452 | 42 | 73 |
| Binary | 10110111 | 1110010 | 10111010 | 10 | 100111 | 0 | 11011 | 100101010 | 100010 | 111011 |
Color Harmonies of #B772BA
Complementary color
Monochromatic Colors of #B772BA
Black with #B772BA
Text Example
Text Example
White with #B772BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772BA; }
p { color: rgb(183,114,186); }
H1.HeaderClassName
{
color: #B772BA;
}
.AnyTagClassName
{
color: #B772BA;
}
</style>
background-color css
<style>
a { background-color: #B772BA; }
a { background-color: rgb(183,114,186); }
div.DivClassName
{
background-color: #B772BA;
}
.BgClassName
{
background-color: #B772BA;
}
</style>
border-color css
<style>
span { border-color: #B772BA; }
span { border-color: rgb(183,114,186); }
td.TdClassName
{
border-color: #B772BA;
}
.TagClassName
{
border-color: #B772BA;
}
</style>