Shades of Fuchsia #B566BE
Tints of Fuchsia #B566BE
RGB
CMYK
RGB Variations
Color information
#B566BE (or 0xB566BE) is known color: Fuchsia. HEX triplet: B5, 66 and BE. RGB value is (181,102,190). Sum of RGB (Red+Green+Blue) = 181+102+190=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 102 (40.23% from 255 or 21.56% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #B566BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566BE is #4A9941. Grayscale: #878787. Windows color (decimal): -4888898 or 12478133. OLE color: 12478133.
HSL color Cylindrical-coordinate representation of color #B566BE: hue angle of 293.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B566BE is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 102 | 190 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.25 |
| HSL | 293.86º | 0.4% | 0.57% | - |
| HSV(B) | 293.86º | 0.46% | 0.75% | - |
| XYZ | 33.1 | 23.04 | 51.42 | - |
| YUV | 135.65 | 158.67 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 190 | 0.05 | 0.46 | 0 | 0.25 | 293.86 | 0.4 | 0.57 |
| Hex | B5 | 66 | BE | 5 | 2E | 0 | 19 | 126 | 28 | 39 |
| Octal | 265 | 146 | 276 | 5 | 56 | 0 | 31 | 446 | 50 | 71 |
| Binary | 10110101 | 1100110 | 10111110 | 101 | 101110 | 0 | 11001 | 100100110 | 101000 | 111001 |
Color Harmonies of #B566BE
Complementary color
Monochromatic Colors of #B566BE
Black with #B566BE
Text Example
Text Example
White with #B566BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566BE; }
p { color: rgb(181,102,190); }
H1.HeaderClassName
{
color: #B566BE;
}
.AnyTagClassName
{
color: #B566BE;
}
</style>
background-color css
<style>
a { background-color: #B566BE; }
a { background-color: rgb(181,102,190); }
div.DivClassName
{
background-color: #B566BE;
}
.BgClassName
{
background-color: #B566BE;
}
</style>
border-color css
<style>
span { border-color: #B566BE; }
span { border-color: rgb(181,102,190); }
td.TdClassName
{
border-color: #B566BE;
}
.TagClassName
{
border-color: #B566BE;
}
</style>