Shades of Fuchsia #B649C2
Tints of Fuchsia #B649C2
RGB
CMYK
RGB Variations
Color information
#B649C2 (or 0xB649C2) is known color: Fuchsia. HEX triplet: B6, 49 and C2. RGB value is (182,73,194). Sum of RGB (Red+Green+Blue) = 182+73+194=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #B649C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B649C2 is #49B63D. Grayscale: #777777. Windows color (decimal): -4830782 or 12732854. OLE color: 12732854.
HSL color Cylindrical-coordinate representation of color #B649C2: hue angle of 294.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B649C2 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 73 | 194 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.24 |
| HSL | 294.05º | 0.5% | 0.52% | - |
| HSV(B) | 294.05º | 0.62% | 0.76% | - |
| XYZ | 31.41 | 18.61 | 52.97 | - |
| YUV | 119.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 194 | 0.06 | 0.62 | 0 | 0.24 | 294.05 | 0.5 | 0.52 |
| Hex | B6 | 49 | C2 | 6 | 3E | 0 | 18 | 126 | 32 | 34 |
| Octal | 266 | 111 | 302 | 6 | 76 | 0 | 30 | 446 | 62 | 64 |
| Binary | 10110110 | 1001001 | 11000010 | 110 | 111110 | 0 | 11000 | 100100110 | 110010 | 110100 |
Color Harmonies of #B649C2
Complementary color
Monochromatic Colors of #B649C2
Black with #B649C2
Text Example
Text Example
White with #B649C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B649C2; }
p { color: rgb(182,73,194); }
H1.HeaderClassName
{
color: #B649C2;
}
.AnyTagClassName
{
color: #B649C2;
}
</style>
background-color css
<style>
a { background-color: #B649C2; }
a { background-color: rgb(182,73,194); }
div.DivClassName
{
background-color: #B649C2;
}
.BgClassName
{
background-color: #B649C2;
}
</style>
border-color css
<style>
span { border-color: #B649C2; }
span { border-color: rgb(182,73,194); }
td.TdClassName
{
border-color: #B649C2;
}
.TagClassName
{
border-color: #B649C2;
}
</style>