Shades of Fuchsia #B646C1
Tints of Fuchsia #B646C1
RGB
CMYK
RGB Variations
Color information
#B646C1 (or 0xB646C1) is known color: Fuchsia. HEX triplet: B6, 46 and C1. RGB value is (182,70,193). Sum of RGB (Red+Green+Blue) = 182+70+193=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 70 (27.73% from 255 or 15.73% from 445); Blue value is 193 (75.78% from 255 or 43.37% from 445); Max value from RGB is 193 - color contains mainly: blue. Hex color #B646C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646C1 is #49B93E. Grayscale: #757575. Windows color (decimal): -4831551 or 12666550. OLE color: 12666550.
HSL color Cylindrical-coordinate representation of color #B646C1: hue angle of 294.63º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B646C1 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 70 | 193 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.24 |
| HSL | 294.63º | 0.5% | 0.52% | - |
| HSV(B) | 294.63º | 0.64% | 0.76% | - |
| XYZ | 31.11 | 18.18 | 52.32 | - |
| YUV | 117.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 193 | 0.06 | 0.64 | 0 | 0.24 | 294.63 | 0.5 | 0.52 |
| Hex | B6 | 46 | C1 | 6 | 40 | 0 | 18 | 127 | 32 | 34 |
| Octal | 266 | 106 | 301 | 6 | 100 | 0 | 30 | 447 | 62 | 64 |
| Binary | 10110110 | 1000110 | 11000001 | 110 | 1000000 | 0 | 11000 | 100100111 | 110010 | 110100 |
Color Harmonies of #B646C1
Complementary color
Monochromatic Colors of #B646C1
Black with #B646C1
Text Example
Text Example
White with #B646C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B646C1; }
p { color: rgb(182,70,193); }
H1.HeaderClassName
{
color: #B646C1;
}
.AnyTagClassName
{
color: #B646C1;
}
</style>
background-color css
<style>
a { background-color: #B646C1; }
a { background-color: rgb(182,70,193); }
div.DivClassName
{
background-color: #B646C1;
}
.BgClassName
{
background-color: #B646C1;
}
</style>
border-color css
<style>
span { border-color: #B646C1; }
span { border-color: rgb(182,70,193); }
td.TdClassName
{
border-color: #B646C1;
}
.TagClassName
{
border-color: #B646C1;
}
</style>