Shades of Fuchsia #B655BA
Tints of Fuchsia #B655BA
RGB
CMYK
RGB Variations
Color information
#B655BA (or 0xB655BA) is known color: Fuchsia. HEX triplet: B6, 55 and BA. RGB value is (182,85,186). Sum of RGB (Red+Green+Blue) = 182+85+186=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #B655BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655BA is #49AA45. Grayscale: #7D7D7D. Windows color (decimal): -4827718 or 12211638. OLE color: 12211638.
HSL color Cylindrical-coordinate representation of color #B655BA: hue angle of 297.62º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B655BA is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 85 | 186 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.27 |
| HSL | 297.62º | 0.42% | 0.53% | - |
| HSV(B) | 297.62º | 0.54% | 0.73% | - |
| XYZ | 31.4 | 19.99 | 48.66 | - |
| YUV | 125.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 186 | 0.02 | 0.54 | 0 | 0.27 | 297.62 | 0.42 | 0.53 |
| Hex | B6 | 55 | BA | 2 | 36 | 0 | 1B | 12A | 2A | 35 |
| Octal | 266 | 125 | 272 | 2 | 66 | 0 | 33 | 452 | 52 | 65 |
| Binary | 10110110 | 1010101 | 10111010 | 10 | 110110 | 0 | 11011 | 100101010 | 101010 | 110101 |
Color Harmonies of #B655BA
Complementary color
Monochromatic Colors of #B655BA
Black with #B655BA
Text Example
Text Example
White with #B655BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B655BA; }
p { color: rgb(182,85,186); }
H1.HeaderClassName
{
color: #B655BA;
}
.AnyTagClassName
{
color: #B655BA;
}
</style>
background-color css
<style>
a { background-color: #B655BA; }
a { background-color: rgb(182,85,186); }
div.DivClassName
{
background-color: #B655BA;
}
.BgClassName
{
background-color: #B655BA;
}
</style>
border-color css
<style>
span { border-color: #B655BA; }
span { border-color: rgb(182,85,186); }
td.TdClassName
{
border-color: #B655BA;
}
.TagClassName
{
border-color: #B655BA;
}
</style>