Shades of Fuchsia #B651A8
Tints of Fuchsia #B651A8
RGB
CMYK
RGB Variations
Color information
#B651A8 (or 0xB651A8) is known color: Fuchsia. HEX triplet: B6, 51 and A8. RGB value is (182,81,168). Sum of RGB (Red+Green+Blue) = 182+81+168=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B651A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B651A8 is #49AE57. Grayscale: #787878. Windows color (decimal): -4828760 or 11030966. OLE color: 11030966.
HSL color Cylindrical-coordinate representation of color #B651A8: hue angle of 308.32º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B651A8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 168 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.29 |
| HSL | 308.32º | 0.41% | 0.52% | - |
| HSV(B) | 308.32º | 0.55% | 0.71% | - |
| XYZ | 29.3 | 18.66 | 39.1 | - |
| YUV | 121.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 168 | 0 | 0.55 | 0.08 | 0.29 | 308.32 | 0.41 | 0.52 |
| Hex | B6 | 51 | A8 | 0 | 37 | 8 | 1D | 134 | 29 | 34 |
| Octal | 266 | 121 | 250 | 0 | 67 | 10 | 35 | 464 | 51 | 64 |
| Binary | 10110110 | 1010001 | 10101000 | 0 | 110111 | 1000 | 11101 | 100110100 | 101001 | 110100 |
Color Harmonies of #B651A8
Complementary color
Monochromatic Colors of #B651A8
Black with #B651A8
Text Example
Text Example
White with #B651A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651A8; }
p { color: rgb(182,81,168); }
H1.HeaderClassName
{
color: #B651A8;
}
.AnyTagClassName
{
color: #B651A8;
}
</style>
background-color css
<style>
a { background-color: #B651A8; }
a { background-color: rgb(182,81,168); }
div.DivClassName
{
background-color: #B651A8;
}
.BgClassName
{
background-color: #B651A8;
}
</style>
border-color css
<style>
span { border-color: #B651A8; }
span { border-color: rgb(182,81,168); }
td.TdClassName
{
border-color: #B651A8;
}
.TagClassName
{
border-color: #B651A8;
}
</style>