Shades of Fuchsia #B564BE
Tints of Fuchsia #B564BE
RGB
CMYK
RGB Variations
Color information
#B564BE (or 0xB564BE) is known color: Fuchsia. HEX triplet: B5, 64 and BE. RGB value is (181,100,190). Sum of RGB (Red+Green+Blue) = 181+100+190=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B564BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BE is #4A9B41. Grayscale: #868686. Windows color (decimal): -4889410 or 12477621. OLE color: 12477621.
HSL color Cylindrical-coordinate representation of color #B564BE: hue angle of 294º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B564BE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 100 | 190 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.25 |
| HSL | 294º | 0.41% | 0.57% | - |
| HSV(B) | 294º | 0.47% | 0.75% | - |
| XYZ | 32.91 | 22.66 | 51.35 | - |
| YUV | 134.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 190 | 0.05 | 0.47 | 0 | 0.25 | 294 | 0.41 | 0.57 |
| Hex | B5 | 64 | BE | 5 | 2F | 0 | 19 | 126 | 29 | 39 |
| Octal | 265 | 144 | 276 | 5 | 57 | 0 | 31 | 446 | 51 | 71 |
| Binary | 10110101 | 1100100 | 10111110 | 101 | 101111 | 0 | 11001 | 100100110 | 101001 | 111001 |
Color Harmonies of #B564BE
Complementary color
Monochromatic Colors of #B564BE
Black with #B564BE
Text Example
Text Example
White with #B564BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564BE; }
p { color: rgb(181,100,190); }
H1.HeaderClassName
{
color: #B564BE;
}
.AnyTagClassName
{
color: #B564BE;
}
</style>
background-color css
<style>
a { background-color: #B564BE; }
a { background-color: rgb(181,100,190); }
div.DivClassName
{
background-color: #B564BE;
}
.BgClassName
{
background-color: #B564BE;
}
</style>
border-color css
<style>
span { border-color: #B564BE; }
span { border-color: rgb(181,100,190); }
td.TdClassName
{
border-color: #B564BE;
}
.TagClassName
{
border-color: #B564BE;
}
</style>