Shades of Fuchsia #B063B7
Tints of Fuchsia #B063B7
RGB
CMYK
RGB Variations
Color information
#B063B7 (or 0xB063B7) is known color: Fuchsia. HEX triplet: B0, 63 and B7. RGB value is (176,99,183). Sum of RGB (Red+Green+Blue) = 176+99+183=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 183 (71.88% from 255 or 39.96% from 458); Max value from RGB is 183 - color contains mainly: blue. Hex color #B063B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B063B7 is #4F9C48. Grayscale: #838383. Windows color (decimal): -5217353 or 12018608. OLE color: 12018608.
HSL color Cylindrical-coordinate representation of color #B063B7: hue angle of 295º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B063B7 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 99 | 183 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.28 |
| HSL | 295º | 0.37% | 0.55% | - |
| HSV(B) | 295º | 0.46% | 0.72% | - |
| XYZ | 30.91 | 21.57 | 47.33 | - |
| YUV | 131.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 183 | 0.04 | 0.46 | 0 | 0.28 | 295 | 0.37 | 0.55 |
| Hex | B0 | 63 | B7 | 4 | 2E | 0 | 1C | 127 | 25 | 37 |
| Octal | 260 | 143 | 267 | 4 | 56 | 0 | 34 | 447 | 45 | 67 |
| Binary | 10110000 | 1100011 | 10110111 | 100 | 101110 | 0 | 11100 | 100100111 | 100101 | 110111 |
Color Harmonies of #B063B7
Complementary color
Monochromatic Colors of #B063B7
Black with #B063B7
Text Example
Text Example
White with #B063B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B063B7; }
p { color: rgb(176,99,183); }
H1.HeaderClassName
{
color: #B063B7;
}
.AnyTagClassName
{
color: #B063B7;
}
</style>
background-color css
<style>
a { background-color: #B063B7; }
a { background-color: rgb(176,99,183); }
div.DivClassName
{
background-color: #B063B7;
}
.BgClassName
{
background-color: #B063B7;
}
</style>
border-color css
<style>
span { border-color: #B063B7; }
span { border-color: rgb(176,99,183); }
td.TdClassName
{
border-color: #B063B7;
}
.TagClassName
{
border-color: #B063B7;
}
</style>