Shades of Fuchsia #B46CC0
Tints of Fuchsia #B46CC0
RGB
CMYK
RGB Variations
Color information
#B46CC0 (or 0xB46CC0) is known color: Fuchsia. HEX triplet: B4, 6C and C0. RGB value is (180,108,192). Sum of RGB (Red+Green+Blue) = 180+108+192=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #B46CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC0 is #4B933F. Grayscale: #8A8A8A. Windows color (decimal): -4952896 or 12610740. OLE color: 12610740.
HSL color Cylindrical-coordinate representation of color #B46CC0: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46CC0 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 108 | 192 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.25 |
| HSL | 291.43º | 0.4% | 0.59% | - |
| HSV(B) | 291.43º | 0.44% | 0.75% | - |
| XYZ | 33.7 | 24.23 | 52.77 | - |
| YUV | 139.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 192 | 0.06 | 0.44 | 0 | 0.25 | 291.43 | 0.4 | 0.59 |
| Hex | B4 | 6C | C0 | 6 | 2C | 0 | 19 | 123 | 28 | 3B |
| Octal | 264 | 154 | 300 | 6 | 54 | 0 | 31 | 443 | 50 | 73 |
| Binary | 10110100 | 1101100 | 11000000 | 110 | 101100 | 0 | 11001 | 100100011 | 101000 | 111011 |
Color Harmonies of #B46CC0
Complementary color
Monochromatic Colors of #B46CC0
Black with #B46CC0
Text Example
Text Example
White with #B46CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CC0; }
p { color: rgb(180,108,192); }
H1.HeaderClassName
{
color: #B46CC0;
}
.AnyTagClassName
{
color: #B46CC0;
}
</style>
background-color css
<style>
a { background-color: #B46CC0; }
a { background-color: rgb(180,108,192); }
div.DivClassName
{
background-color: #B46CC0;
}
.BgClassName
{
background-color: #B46CC0;
}
</style>
border-color css
<style>
span { border-color: #B46CC0; }
span { border-color: rgb(180,108,192); }
td.TdClassName
{
border-color: #B46CC0;
}
.TagClassName
{
border-color: #B46CC0;
}
</style>