Shades of Fuchsia #B570BE
Tints of Fuchsia #B570BE
RGB
CMYK
RGB Variations
Color information
#B570BE (or 0xB570BE) is known color: Fuchsia. HEX triplet: B5, 70 and BE. RGB value is (181,112,190). Sum of RGB (Red+Green+Blue) = 181+112+190=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #B570BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B570BE is #4A8F41. Grayscale: #8D8D8D. Windows color (decimal): -4886338 or 12480693. OLE color: 12480693.
HSL color Cylindrical-coordinate representation of color #B570BE: hue angle of 293.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B570BE is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 112 | 190 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.25 |
| HSL | 293.08º | 0.38% | 0.59% | - |
| HSV(B) | 293.08º | 0.41% | 0.75% | - |
| XYZ | 34.14 | 25.13 | 51.77 | - |
| YUV | 141.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 112 | 190 | 0.05 | 0.41 | 0 | 0.25 | 293.08 | 0.38 | 0.59 |
| Hex | B5 | 70 | BE | 5 | 29 | 0 | 19 | 125 | 26 | 3B |
| Octal | 265 | 160 | 276 | 5 | 51 | 0 | 31 | 445 | 46 | 73 |
| Binary | 10110101 | 1110000 | 10111110 | 101 | 101001 | 0 | 11001 | 100100101 | 100110 | 111011 |
Color Harmonies of #B570BE
Complementary color
Monochromatic Colors of #B570BE
Black with #B570BE
Text Example
Text Example
White with #B570BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B570BE; }
p { color: rgb(181,112,190); }
H1.HeaderClassName
{
color: #B570BE;
}
.AnyTagClassName
{
color: #B570BE;
}
</style>
background-color css
<style>
a { background-color: #B570BE; }
a { background-color: rgb(181,112,190); }
div.DivClassName
{
background-color: #B570BE;
}
.BgClassName
{
background-color: #B570BE;
}
</style>
border-color css
<style>
span { border-color: #B570BE; }
span { border-color: rgb(181,112,190); }
td.TdClassName
{
border-color: #B570BE;
}
.TagClassName
{
border-color: #B570BE;
}
</style>