Shades of Fuchsia #B655AD
Tints of Fuchsia #B655AD
RGB
CMYK
RGB Variations
Color information
#B655AD (or 0xB655AD) is known color: Fuchsia. HEX triplet: B6, 55 and AD. RGB value is (182,85,173). Sum of RGB (Red+Green+Blue) = 182+85+173=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B655AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B655AD is #49AA52. Grayscale: #7B7B7B. Windows color (decimal): -4827731 or 11359670. OLE color: 11359670.
HSL color Cylindrical-coordinate representation of color #B655AD: hue angle of 305.57º 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 #B655AD is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 173 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.29 |
| HSL | 305.57º | 0.4% | 0.52% | - |
| HSV(B) | 305.57º | 0.53% | 0.71% | - |
| XYZ | 30.08 | 19.46 | 41.71 | - |
| YUV | 124.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 173 | 0 | 0.53 | 0.05 | 0.29 | 305.57 | 0.4 | 0.52 |
| Hex | B6 | 55 | AD | 0 | 35 | 5 | 1D | 132 | 28 | 34 |
| Octal | 266 | 125 | 255 | 0 | 65 | 5 | 35 | 462 | 50 | 64 |
| Binary | 10110110 | 1010101 | 10101101 | 0 | 110101 | 101 | 11101 | 100110010 | 101000 | 110100 |
Color Harmonies of #B655AD
Complementary color
Monochromatic Colors of #B655AD
Black with #B655AD
Text Example
Text Example
White with #B655AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655AD; }
p { color: rgb(182,85,173); }
H1.HeaderClassName
{
color: #B655AD;
}
.AnyTagClassName
{
color: #B655AD;
}
</style>
background-color css
<style>
a { background-color: #B655AD; }
a { background-color: rgb(182,85,173); }
div.DivClassName
{
background-color: #B655AD;
}
.BgClassName
{
background-color: #B655AD;
}
</style>
border-color css
<style>
span { border-color: #B655AD; }
span { border-color: rgb(182,85,173); }
td.TdClassName
{
border-color: #B655AD;
}
.TagClassName
{
border-color: #B655AD;
}
</style>