Shades of Fuchsia #B560B3
Tints of Fuchsia #B560B3
RGB
CMYK
RGB Variations
Color information
#B560B3 (or 0xB560B3) is known color: Fuchsia. HEX triplet: B5, 60 and B3. RGB value is (181,96,179). Sum of RGB (Red+Green+Blue) = 181+96+179=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B560B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560B3 is #4A9F4C. Grayscale: #828282. Windows color (decimal): -4890445 or 11755701. OLE color: 11755701.
HSL color Cylindrical-coordinate representation of color #B560B3: hue angle of 301.41º 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 #B560B3 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 96 | 179 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.29 |
| HSL | 301.41º | 0.36% | 0.54% | - |
| HSV(B) | 301.41º | 0.47% | 0.71% | - |
| XYZ | 31.38 | 21.44 | 45.13 | - |
| YUV | 130.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 96 | 179 | 0 | 0.47 | 0.01 | 0.29 | 301.41 | 0.36 | 0.54 |
| Hex | B5 | 60 | B3 | 0 | 2F | 1 | 1D | 12D | 24 | 36 |
| Octal | 265 | 140 | 263 | 0 | 57 | 1 | 35 | 455 | 44 | 66 |
| Binary | 10110101 | 1100000 | 10110011 | 0 | 101111 | 1 | 11101 | 100101101 | 100100 | 110110 |
Color Harmonies of #B560B3
Complementary color
Monochromatic Colors of #B560B3
Black with #B560B3
Text Example
Text Example
White with #B560B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B560B3; }
p { color: rgb(181,96,179); }
H1.HeaderClassName
{
color: #B560B3;
}
.AnyTagClassName
{
color: #B560B3;
}
</style>
background-color css
<style>
a { background-color: #B560B3; }
a { background-color: rgb(181,96,179); }
div.DivClassName
{
background-color: #B560B3;
}
.BgClassName
{
background-color: #B560B3;
}
</style>
border-color css
<style>
span { border-color: #B560B3; }
span { border-color: rgb(181,96,179); }
td.TdClassName
{
border-color: #B560B3;
}
.TagClassName
{
border-color: #B560B3;
}
</style>