Shades of Fuchsia #B56BBE
Tints of Fuchsia #B56BBE
RGB
CMYK
RGB Variations
Color information
#B56BBE (or 0xB56BBE) is known color: Fuchsia. HEX triplet: B5, 6B and BE. RGB value is (181,107,190). Sum of RGB (Red+Green+Blue) = 181+107+190=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #B56BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBE is #4A9441. Grayscale: #8A8A8A. Windows color (decimal): -4887618 or 12479413. OLE color: 12479413.
HSL color Cylindrical-coordinate representation of color #B56BBE: hue angle of 293.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56BBE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 107 | 190 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.25 |
| HSL | 293.49º | 0.39% | 0.58% | - |
| HSV(B) | 293.49º | 0.44% | 0.75% | - |
| XYZ | 33.61 | 24.06 | 51.59 | - |
| YUV | 138.59 | 157.02 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 107 | 190 | 0.05 | 0.44 | 0 | 0.25 | 293.49 | 0.39 | 0.58 |
| Hex | B5 | 6B | BE | 5 | 2C | 0 | 19 | 125 | 27 | 3A |
| Octal | 265 | 153 | 276 | 5 | 54 | 0 | 31 | 445 | 47 | 72 |
| Binary | 10110101 | 1101011 | 10111110 | 101 | 101100 | 0 | 11001 | 100100101 | 100111 | 111010 |
Color Harmonies of #B56BBE
Complementary color
Monochromatic Colors of #B56BBE
Black with #B56BBE
Text Example
Text Example
White with #B56BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56BBE; }
p { color: rgb(181,107,190); }
H1.HeaderClassName
{
color: #B56BBE;
}
.AnyTagClassName
{
color: #B56BBE;
}
</style>
background-color css
<style>
a { background-color: #B56BBE; }
a { background-color: rgb(181,107,190); }
div.DivClassName
{
background-color: #B56BBE;
}
.BgClassName
{
background-color: #B56BBE;
}
</style>
border-color css
<style>
span { border-color: #B56BBE; }
span { border-color: rgb(181,107,190); }
td.TdClassName
{
border-color: #B56BBE;
}
.TagClassName
{
border-color: #B56BBE;
}
</style>