Shades of Fuchsia #B564C2
Tints of Fuchsia #B564C2
RGB
CMYK
RGB Variations
Color information
#B564C2 (or 0xB564C2) is known color: Fuchsia. HEX triplet: B5, 64 and C2. RGB value is (181,100,194). Sum of RGB (Red+Green+Blue) = 181+100+194=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #B564C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C2 is #4A9B3D. Grayscale: #868686. Windows color (decimal): -4889406 or 12739765. OLE color: 12739765.
HSL color Cylindrical-coordinate representation of color #B564C2: hue angle of 291.7º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B564C2 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 100 | 194 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.24 |
| HSL | 291.7º | 0.44% | 0.58% | - |
| HSV(B) | 291.7º | 0.48% | 0.76% | - |
| XYZ | 33.35 | 22.83 | 53.69 | - |
| YUV | 134.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 194 | 0.07 | 0.48 | 0 | 0.24 | 291.7 | 0.44 | 0.58 |
| Hex | B5 | 64 | C2 | 7 | 30 | 0 | 18 | 124 | 2C | 3A |
| Octal | 265 | 144 | 302 | 7 | 60 | 0 | 30 | 444 | 54 | 72 |
| Binary | 10110101 | 1100100 | 11000010 | 111 | 110000 | 0 | 11000 | 100100100 | 101100 | 111010 |
Color Harmonies of #B564C2
Complementary color
Monochromatic Colors of #B564C2
Black with #B564C2
Text Example
Text Example
White with #B564C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B564C2; }
p { color: rgb(181,100,194); }
H1.HeaderClassName
{
color: #B564C2;
}
.AnyTagClassName
{
color: #B564C2;
}
</style>
background-color css
<style>
a { background-color: #B564C2; }
a { background-color: rgb(181,100,194); }
div.DivClassName
{
background-color: #B564C2;
}
.BgClassName
{
background-color: #B564C2;
}
</style>
border-color css
<style>
span { border-color: #B564C2; }
span { border-color: rgb(181,100,194); }
td.TdClassName
{
border-color: #B564C2;
}
.TagClassName
{
border-color: #B564C2;
}
</style>