Shades of Fuchsia #B561B3
Tints of Fuchsia #B561B3
RGB
CMYK
RGB Variations
Color information
#B561B3 (or 0xB561B3) is known color: Fuchsia. HEX triplet: B5, 61 and B3. RGB value is (181,97,179). Sum of RGB (Red+Green+Blue) = 181+97+179=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B561B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561B3 is #4A9E4C. Grayscale: #838383. Windows color (decimal): -4890189 or 11755957. OLE color: 11755957.
HSL color Cylindrical-coordinate representation of color #B561B3: hue angle of 301.43º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B561B3 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 97 | 179 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.29 |
| HSL | 301.43º | 0.36% | 0.55% | - |
| HSV(B) | 301.43º | 0.46% | 0.71% | - |
| XYZ | 31.47 | 21.63 | 45.16 | - |
| YUV | 131.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 97 | 179 | 0 | 0.46 | 0.01 | 0.29 | 301.43 | 0.36 | 0.55 |
| Hex | B5 | 61 | B3 | 0 | 2E | 1 | 1D | 12D | 24 | 37 |
| Octal | 265 | 141 | 263 | 0 | 56 | 1 | 35 | 455 | 44 | 67 |
| Binary | 10110101 | 1100001 | 10110011 | 0 | 101110 | 1 | 11101 | 100101101 | 100100 | 110111 |
Color Harmonies of #B561B3
Complementary color
Monochromatic Colors of #B561B3
Black with #B561B3
Text Example
Text Example
White with #B561B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B561B3; }
p { color: rgb(181,97,179); }
H1.HeaderClassName
{
color: #B561B3;
}
.AnyTagClassName
{
color: #B561B3;
}
</style>
background-color css
<style>
a { background-color: #B561B3; }
a { background-color: rgb(181,97,179); }
div.DivClassName
{
background-color: #B561B3;
}
.BgClassName
{
background-color: #B561B3;
}
</style>
border-color css
<style>
span { border-color: #B561B3; }
span { border-color: rgb(181,97,179); }
td.TdClassName
{
border-color: #B561B3;
}
.TagClassName
{
border-color: #B561B3;
}
</style>