Shades of Fuchsia #B647C3
Tints of Fuchsia #B647C3
RGB
CMYK
RGB Variations
Color information
#B647C3 (or 0xB647C3) is known color: Fuchsia. HEX triplet: B6, 47 and C3. RGB value is (182,71,195). Sum of RGB (Red+Green+Blue) = 182+71+195=448 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.62% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 195 - color contains mainly: blue. Hex color #B647C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647C3 is #49B83C. Grayscale: #757575. Windows color (decimal): -4831293 or 12797878. OLE color: 12797878.
HSL color Cylindrical-coordinate representation of color #B647C3: hue angle of 293.71º degrees, saturation: 0.51, 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 #B647C3 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 71 | 195 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.24 |
| HSL | 293.71º | 0.51% | 0.52% | - |
| HSV(B) | 293.71º | 0.64% | 0.76% | - |
| XYZ | 31.39 | 18.39 | 53.53 | - |
| YUV | 118.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 195 | 0.07 | 0.64 | 0 | 0.24 | 293.71 | 0.51 | 0.52 |
| Hex | B6 | 47 | C3 | 7 | 40 | 0 | 18 | 126 | 33 | 34 |
| Octal | 266 | 107 | 303 | 7 | 100 | 0 | 30 | 446 | 63 | 64 |
| Binary | 10110110 | 1000111 | 11000011 | 111 | 1000000 | 0 | 11000 | 100100110 | 110011 | 110100 |
Color Harmonies of #B647C3
Complementary color
Monochromatic Colors of #B647C3
Black with #B647C3
Text Example
Text Example
White with #B647C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B647C3; }
p { color: rgb(182,71,195); }
H1.HeaderClassName
{
color: #B647C3;
}
.AnyTagClassName
{
color: #B647C3;
}
</style>
background-color css
<style>
a { background-color: #B647C3; }
a { background-color: rgb(182,71,195); }
div.DivClassName
{
background-color: #B647C3;
}
.BgClassName
{
background-color: #B647C3;
}
</style>
border-color css
<style>
span { border-color: #B647C3; }
span { border-color: rgb(182,71,195); }
td.TdClassName
{
border-color: #B647C3;
}
.TagClassName
{
border-color: #B647C3;
}
</style>