Shades of Fuchsia #B566B3
Tints of Fuchsia #B566B3
RGB
CMYK
RGB Variations
Color information
#B566B3 (or 0xB566B3) is known color: Fuchsia. HEX triplet: B5, 66 and B3. RGB value is (181,102,179). Sum of RGB (Red+Green+Blue) = 181+102+179=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B566B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566B3 is #4A994C. Grayscale: #868686. Windows color (decimal): -4888909 or 11757237. OLE color: 11757237.
HSL color Cylindrical-coordinate representation of color #B566B3: hue angle of 301.52º 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 #B566B3 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 179 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.29 |
| HSL | 301.52º | 0.35% | 0.55% | - |
| HSV(B) | 301.52º | 0.44% | 0.71% | - |
| XYZ | 31.94 | 22.58 | 45.32 | - |
| YUV | 134.4 | 153.17 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 179 | 0 | 0.44 | 0.01 | 0.29 | 301.52 | 0.35 | 0.55 |
| Hex | B5 | 66 | B3 | 0 | 2C | 1 | 1D | 12E | 23 | 37 |
| Octal | 265 | 146 | 263 | 0 | 54 | 1 | 35 | 456 | 43 | 67 |
| Binary | 10110101 | 1100110 | 10110011 | 0 | 101100 | 1 | 11101 | 100101110 | 100011 | 110111 |
Color Harmonies of #B566B3
Complementary color
Monochromatic Colors of #B566B3
Black with #B566B3
Text Example
Text Example
White with #B566B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B566B3; }
p { color: rgb(181,102,179); }
H1.HeaderClassName
{
color: #B566B3;
}
.AnyTagClassName
{
color: #B566B3;
}
</style>
background-color css
<style>
a { background-color: #B566B3; }
a { background-color: rgb(181,102,179); }
div.DivClassName
{
background-color: #B566B3;
}
.BgClassName
{
background-color: #B566B3;
}
</style>
border-color css
<style>
span { border-color: #B566B3; }
span { border-color: rgb(181,102,179); }
td.TdClassName
{
border-color: #B566B3;
}
.TagClassName
{
border-color: #B566B3;
}
</style>