Shades of Fuchsia #B565B0
Tints of Fuchsia #B565B0
RGB
CMYK
RGB Variations
Color information
#B565B0 (or 0xB565B0) is known color: Fuchsia. HEX triplet: B5, 65 and B0. RGB value is (181,101,176). Sum of RGB (Red+Green+Blue) = 181+101+176=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B565B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565B0 is #4A9A4F. Grayscale: #858585. Windows color (decimal): -4889168 or 11560373. OLE color: 11560373.
HSL color Cylindrical-coordinate representation of color #B565B0: hue angle of 303.75º 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 #B565B0 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 176 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.29 |
| HSL | 303.75º | 0.35% | 0.55% | - |
| HSV(B) | 303.75º | 0.44% | 0.71% | - |
| XYZ | 31.55 | 22.27 | 43.71 | - |
| YUV | 133.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 176 | 0 | 0.44 | 0.03 | 0.29 | 303.75 | 0.35 | 0.55 |
| Hex | B5 | 65 | B0 | 0 | 2C | 3 | 1D | 130 | 23 | 37 |
| Octal | 265 | 145 | 260 | 0 | 54 | 3 | 35 | 460 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10110000 | 0 | 101100 | 11 | 11101 | 100110000 | 100011 | 110111 |
Color Harmonies of #B565B0
Complementary color
Monochromatic Colors of #B565B0
Black with #B565B0
Text Example
Text Example
White with #B565B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565B0; }
p { color: rgb(181,101,176); }
H1.HeaderClassName
{
color: #B565B0;
}
.AnyTagClassName
{
color: #B565B0;
}
</style>
background-color css
<style>
a { background-color: #B565B0; }
a { background-color: rgb(181,101,176); }
div.DivClassName
{
background-color: #B565B0;
}
.BgClassName
{
background-color: #B565B0;
}
</style>
border-color css
<style>
span { border-color: #B565B0; }
span { border-color: rgb(181,101,176); }
td.TdClassName
{
border-color: #B565B0;
}
.TagClassName
{
border-color: #B565B0;
}
</style>