Shades of Fuchsia #B461C0
Tints of Fuchsia #B461C0
RGB
CMYK
RGB Variations
Color information
#B461C0 (or 0xB461C0) is known color: Fuchsia. HEX triplet: B4, 61 and C0. RGB value is (180,97,192). Sum of RGB (Red+Green+Blue) = 180+97+192=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #B461C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461C0 is #4B9E3F. Grayscale: #848484. Windows color (decimal): -4955712 or 12607924. OLE color: 12607924.
HSL color Cylindrical-coordinate representation of color #B461C0: hue angle of 292.42º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B461C0 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 97 | 192 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.25 |
| HSL | 292.42º | 0.43% | 0.57% | - |
| HSV(B) | 292.42º | 0.49% | 0.75% | - |
| XYZ | 32.61 | 22.06 | 52.41 | - |
| YUV | 132.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 97 | 192 | 0.06 | 0.49 | 0 | 0.25 | 292.42 | 0.43 | 0.57 |
| Hex | B4 | 61 | C0 | 6 | 31 | 0 | 19 | 124 | 2B | 39 |
| Octal | 264 | 141 | 300 | 6 | 61 | 0 | 31 | 444 | 53 | 71 |
| Binary | 10110100 | 1100001 | 11000000 | 110 | 110001 | 0 | 11001 | 100100100 | 101011 | 111001 |
Color Harmonies of #B461C0
Complementary color
Monochromatic Colors of #B461C0
Black with #B461C0
Text Example
Text Example
White with #B461C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B461C0; }
p { color: rgb(180,97,192); }
H1.HeaderClassName
{
color: #B461C0;
}
.AnyTagClassName
{
color: #B461C0;
}
</style>
background-color css
<style>
a { background-color: #B461C0; }
a { background-color: rgb(180,97,192); }
div.DivClassName
{
background-color: #B461C0;
}
.BgClassName
{
background-color: #B461C0;
}
</style>
border-color css
<style>
span { border-color: #B461C0; }
span { border-color: rgb(180,97,192); }
td.TdClassName
{
border-color: #B461C0;
}
.TagClassName
{
border-color: #B461C0;
}
</style>