Shades of Fuchsia #B566BD
Tints of Fuchsia #B566BD
RGB
CMYK
RGB Variations
Color information
#B566BD (or 0xB566BD) is known color: Fuchsia. HEX triplet: B5, 66 and BD. RGB value is (181,102,189). Sum of RGB (Red+Green+Blue) = 181+102+189=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B566BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566BD is #4A9942. Grayscale: #878787. Windows color (decimal): -4888899 or 12412597. OLE color: 12412597.
HSL color Cylindrical-coordinate representation of color #B566BD: hue angle of 294.48º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B566BD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 102 | 189 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.26 |
| HSL | 294.48º | 0.4% | 0.57% | - |
| HSV(B) | 294.48º | 0.46% | 0.74% | - |
| XYZ | 32.99 | 23 | 50.84 | - |
| YUV | 135.54 | 158.17 | 160.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 189 | 0.04 | 0.46 | 0 | 0.26 | 294.48 | 0.4 | 0.57 |
| Hex | B5 | 66 | BD | 4 | 2E | 0 | 1A | 126 | 28 | 39 |
| Octal | 265 | 146 | 275 | 4 | 56 | 0 | 32 | 446 | 50 | 71 |
| Binary | 10110101 | 1100110 | 10111101 | 100 | 101110 | 0 | 11010 | 100100110 | 101000 | 111001 |
Color Harmonies of #B566BD
Complementary color
Monochromatic Colors of #B566BD
Black with #B566BD
Text Example
Text Example
White with #B566BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566BD; }
p { color: rgb(181,102,189); }
H1.HeaderClassName
{
color: #B566BD;
}
.AnyTagClassName
{
color: #B566BD;
}
</style>
background-color css
<style>
a { background-color: #B566BD; }
a { background-color: rgb(181,102,189); }
div.DivClassName
{
background-color: #B566BD;
}
.BgClassName
{
background-color: #B566BD;
}
</style>
border-color css
<style>
span { border-color: #B566BD; }
span { border-color: rgb(181,102,189); }
td.TdClassName
{
border-color: #B566BD;
}
.TagClassName
{
border-color: #B566BD;
}
</style>