Shades of Fuchsia #B560B4
Tints of Fuchsia #B560B4
RGB
CMYK
RGB Variations
Color information
#B560B4 (or 0xB560B4) is known color: Fuchsia. HEX triplet: B5, 60 and B4. RGB value is (181,96,180). Sum of RGB (Red+Green+Blue) = 181+96+180=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B560B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560B4 is #4A9F4B. Grayscale: #828282. Windows color (decimal): -4890444 or 11821237. OLE color: 11821237.
HSL color Cylindrical-coordinate representation of color #B560B4: hue angle of 300.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B560B4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 180 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.29 |
| HSL | 300.71º | 0.36% | 0.54% | - |
| HSV(B) | 300.71º | 0.47% | 0.71% | - |
| XYZ | 31.48 | 21.48 | 45.67 | - |
| YUV | 130.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 180 | 0 | 0.47 | 0.01 | 0.29 | 300.71 | 0.36 | 0.54 |
| Hex | B5 | 60 | B4 | 0 | 2F | 1 | 1D | 12D | 24 | 36 |
| Octal | 265 | 140 | 264 | 0 | 57 | 1 | 35 | 455 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10110100 | 0 | 101111 | 1 | 11101 | 100101101 | 100100 | 110110 |
Color Harmonies of #B560B4
Complementary color
Monochromatic Colors of #B560B4
Black with #B560B4
Text Example
Text Example
White with #B560B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560B4; }
p { color: rgb(181,96,180); }
H1.HeaderClassName
{
color: #B560B4;
}
.AnyTagClassName
{
color: #B560B4;
}
</style>
background-color css
<style>
a { background-color: #B560B4; }
a { background-color: rgb(181,96,180); }
div.DivClassName
{
background-color: #B560B4;
}
.BgClassName
{
background-color: #B560B4;
}
</style>
border-color css
<style>
span { border-color: #B560B4; }
span { border-color: rgb(181,96,180); }
td.TdClassName
{
border-color: #B560B4;
}
.TagClassName
{
border-color: #B560B4;
}
</style>