Shades of Fuchsia #B566B4
Tints of Fuchsia #B566B4
RGB
CMYK
RGB Variations
Color information
#B566B4 (or 0xB566B4) is known color: Fuchsia. HEX triplet: B5, 66 and B4. RGB value is (181,102,180). Sum of RGB (Red+Green+Blue) = 181+102+180=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B566B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566B4 is #4A994B. Grayscale: #868686. Windows color (decimal): -4888908 or 11822773. OLE color: 11822773.
HSL color Cylindrical-coordinate representation of color #B566B4: hue angle of 300.76º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B566B4 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 180 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.29 |
| HSL | 300.76º | 0.35% | 0.55% | - |
| HSV(B) | 300.76º | 0.44% | 0.71% | - |
| XYZ | 32.05 | 22.62 | 45.86 | - |
| YUV | 134.51 | 153.67 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 180 | 0 | 0.44 | 0.01 | 0.29 | 300.76 | 0.35 | 0.55 |
| Hex | B5 | 66 | B4 | 0 | 2C | 1 | 1D | 12D | 23 | 37 |
| Octal | 265 | 146 | 264 | 0 | 54 | 1 | 35 | 455 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10110100 | 0 | 101100 | 1 | 11101 | 100101101 | 100011 | 110111 |
Color Harmonies of #B566B4
Complementary color
Monochromatic Colors of #B566B4
Black with #B566B4
Text Example
Text Example
White with #B566B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566B4; }
p { color: rgb(181,102,180); }
H1.HeaderClassName
{
color: #B566B4;
}
.AnyTagClassName
{
color: #B566B4;
}
</style>
background-color css
<style>
a { background-color: #B566B4; }
a { background-color: rgb(181,102,180); }
div.DivClassName
{
background-color: #B566B4;
}
.BgClassName
{
background-color: #B566B4;
}
</style>
border-color css
<style>
span { border-color: #B566B4; }
span { border-color: rgb(181,102,180); }
td.TdClassName
{
border-color: #B566B4;
}
.TagClassName
{
border-color: #B566B4;
}
</style>