Shades of Fuchsia #B655AF
Tints of Fuchsia #B655AF
RGB
CMYK
RGB Variations
Color information
#B655AF (or 0xB655AF) is known color: Fuchsia. HEX triplet: B6, 55 and AF. RGB value is (182,85,175). Sum of RGB (Red+Green+Blue) = 182+85+175=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 175 (68.75% from 255 or 39.59% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B655AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655AF is #49AA50. Grayscale: #7C7C7C. Windows color (decimal): -4827729 or 11490742. OLE color: 11490742.
HSL color Cylindrical-coordinate representation of color #B655AF: hue angle of 304.33º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B655AF is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 175 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.29 |
| HSL | 304.33º | 0.4% | 0.52% | - |
| HSV(B) | 304.33º | 0.53% | 0.71% | - |
| XYZ | 30.28 | 19.54 | 42.73 | - |
| YUV | 124.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 175 | 0 | 0.53 | 0.04 | 0.29 | 304.33 | 0.4 | 0.52 |
| Hex | B6 | 55 | AF | 0 | 35 | 4 | 1D | 130 | 28 | 34 |
| Octal | 266 | 125 | 257 | 0 | 65 | 4 | 35 | 460 | 50 | 64 |
| Binary | 10110110 | 1010101 | 10101111 | 0 | 110101 | 100 | 11101 | 100110000 | 101000 | 110100 |
Color Harmonies of #B655AF
Complementary color
Monochromatic Colors of #B655AF
Black with #B655AF
Text Example
Text Example
White with #B655AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655AF; }
p { color: rgb(182,85,175); }
H1.HeaderClassName
{
color: #B655AF;
}
.AnyTagClassName
{
color: #B655AF;
}
</style>
background-color css
<style>
a { background-color: #B655AF; }
a { background-color: rgb(182,85,175); }
div.DivClassName
{
background-color: #B655AF;
}
.BgClassName
{
background-color: #B655AF;
}
</style>
border-color css
<style>
span { border-color: #B655AF; }
span { border-color: rgb(182,85,175); }
td.TdClassName
{
border-color: #B655AF;
}
.TagClassName
{
border-color: #B655AF;
}
</style>