Shades of Fuchsia #B566B0
Tints of Fuchsia #B566B0
RGB
CMYK
RGB Variations
Color information
#B566B0 (or 0xB566B0) is known color: Fuchsia. HEX triplet: B5, 66 and B0. RGB value is (181,102,176). Sum of RGB (Red+Green+Blue) = 181+102+176=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B566B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B566B0 is #4A994F. Grayscale: #858585. Windows color (decimal): -4888912 or 11560629. OLE color: 11560629.
HSL color Cylindrical-coordinate representation of color #B566B0: hue angle of 303.8º 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 #B566B0 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 176 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.29 |
| HSL | 303.8º | 0.35% | 0.55% | - |
| HSV(B) | 303.8º | 0.44% | 0.71% | - |
| XYZ | 31.64 | 22.46 | 43.74 | - |
| YUV | 134.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 176 | 0 | 0.44 | 0.03 | 0.29 | 303.8 | 0.35 | 0.55 |
| Hex | B5 | 66 | B0 | 0 | 2C | 3 | 1D | 130 | 23 | 37 |
| Octal | 265 | 146 | 260 | 0 | 54 | 3 | 35 | 460 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10110000 | 0 | 101100 | 11 | 11101 | 100110000 | 100011 | 110111 |
Color Harmonies of #B566B0
Complementary color
Monochromatic Colors of #B566B0
Black with #B566B0
Text Example
Text Example
White with #B566B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566B0; }
p { color: rgb(181,102,176); }
H1.HeaderClassName
{
color: #B566B0;
}
.AnyTagClassName
{
color: #B566B0;
}
</style>
background-color css
<style>
a { background-color: #B566B0; }
a { background-color: rgb(181,102,176); }
div.DivClassName
{
background-color: #B566B0;
}
.BgClassName
{
background-color: #B566B0;
}
</style>
border-color css
<style>
span { border-color: #B566B0; }
span { border-color: rgb(181,102,176); }
td.TdClassName
{
border-color: #B566B0;
}
.TagClassName
{
border-color: #B566B0;
}
</style>