Shades of Fuchsia #B652A8
Tints of Fuchsia #B652A8
RGB
CMYK
RGB Variations
Color information
#B652A8 (or 0xB652A8) is known color: Fuchsia. HEX triplet: B6, 52 and A8. RGB value is (182,82,168). Sum of RGB (Red+Green+Blue) = 182+82+168=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B652A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B652A8 is #49AD57. Grayscale: #797979. Windows color (decimal): -4828504 or 11031222. OLE color: 11031222.
HSL color Cylindrical-coordinate representation of color #B652A8: hue angle of 308.4º 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 #B652A8 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 82 | 168 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.29 |
| HSL | 308.4º | 0.41% | 0.52% | - |
| HSV(B) | 308.4º | 0.55% | 0.71% | - |
| XYZ | 29.38 | 18.81 | 39.13 | - |
| YUV | 121.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 168 | 0 | 0.55 | 0.08 | 0.29 | 308.4 | 0.41 | 0.52 |
| Hex | B6 | 52 | A8 | 0 | 37 | 8 | 1D | 134 | 29 | 34 |
| Octal | 266 | 122 | 250 | 0 | 67 | 10 | 35 | 464 | 51 | 64 |
| Binary | 10110110 | 1010010 | 10101000 | 0 | 110111 | 1000 | 11101 | 100110100 | 101001 | 110100 |
Color Harmonies of #B652A8
Complementary color
Monochromatic Colors of #B652A8
Black with #B652A8
Text Example
Text Example
White with #B652A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652A8; }
p { color: rgb(182,82,168); }
H1.HeaderClassName
{
color: #B652A8;
}
.AnyTagClassName
{
color: #B652A8;
}
</style>
background-color css
<style>
a { background-color: #B652A8; }
a { background-color: rgb(182,82,168); }
div.DivClassName
{
background-color: #B652A8;
}
.BgClassName
{
background-color: #B652A8;
}
</style>
border-color css
<style>
span { border-color: #B652A8; }
span { border-color: rgb(182,82,168); }
td.TdClassName
{
border-color: #B652A8;
}
.TagClassName
{
border-color: #B652A8;
}
</style>