Shades of Fuchsia #B564BC
Tints of Fuchsia #B564BC
RGB
CMYK
RGB Variations
Color information
#B564BC (or 0xB564BC) is known color: Fuchsia. HEX triplet: B5, 64 and BC. RGB value is (181,100,188). Sum of RGB (Red+Green+Blue) = 181+100+188=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #B564BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BC is #4A9B43. Grayscale: #858585. Windows color (decimal): -4889412 or 12346549. OLE color: 12346549.
HSL color Cylindrical-coordinate representation of color #B564BC: hue angle of 295.23º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B564BC is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 100 | 188 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.26 |
| HSL | 295.23º | 0.4% | 0.56% | - |
| HSV(B) | 295.23º | 0.47% | 0.74% | - |
| XYZ | 32.69 | 22.57 | 50.21 | - |
| YUV | 134.25 | 158.34 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 188 | 0.04 | 0.47 | 0 | 0.26 | 295.23 | 0.4 | 0.56 |
| Hex | B5 | 64 | BC | 4 | 2F | 0 | 1A | 127 | 28 | 38 |
| Octal | 265 | 144 | 274 | 4 | 57 | 0 | 32 | 447 | 50 | 70 |
| Binary | 10110101 | 1100100 | 10111100 | 100 | 101111 | 0 | 11010 | 100100111 | 101000 | 111000 |
Color Harmonies of #B564BC
Complementary color
Monochromatic Colors of #B564BC
Black with #B564BC
Text Example
Text Example
White with #B564BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564BC; }
p { color: rgb(181,100,188); }
H1.HeaderClassName
{
color: #B564BC;
}
.AnyTagClassName
{
color: #B564BC;
}
</style>
background-color css
<style>
a { background-color: #B564BC; }
a { background-color: rgb(181,100,188); }
div.DivClassName
{
background-color: #B564BC;
}
.BgClassName
{
background-color: #B564BC;
}
</style>
border-color css
<style>
span { border-color: #B564BC; }
span { border-color: rgb(181,100,188); }
td.TdClassName
{
border-color: #B564BC;
}
.TagClassName
{
border-color: #B564BC;
}
</style>