Shades of Fuchsia #B651C0
Tints of Fuchsia #B651C0
RGB
CMYK
RGB Variations
Color information
#B651C0 (or 0xB651C0) is known color: Fuchsia. HEX triplet: B6, 51 and C0. RGB value is (182,81,192). Sum of RGB (Red+Green+Blue) = 182+81+192=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 81 (32.03% from 255 or 17.80% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #B651C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651C0 is #49AE3F. Grayscale: #7B7B7B. Windows color (decimal): -4828736 or 12603830. OLE color: 12603830.
HSL color Cylindrical-coordinate representation of color #B651C0: hue angle of 294.59º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B651C0 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 81 | 192 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.25 |
| HSL | 294.59º | 0.47% | 0.54% | - |
| HSV(B) | 294.59º | 0.58% | 0.75% | - |
| XYZ | 31.75 | 19.64 | 51.99 | - |
| YUV | 123.85 | 166.46 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 192 | 0.05 | 0.58 | 0 | 0.25 | 294.59 | 0.47 | 0.54 |
| Hex | B6 | 51 | C0 | 5 | 3A | 0 | 19 | 127 | 2F | 36 |
| Octal | 266 | 121 | 300 | 5 | 72 | 0 | 31 | 447 | 57 | 66 |
| Binary | 10110110 | 1010001 | 11000000 | 101 | 111010 | 0 | 11001 | 100100111 | 101111 | 110110 |
Color Harmonies of #B651C0
Complementary color
Monochromatic Colors of #B651C0
Black with #B651C0
Text Example
Text Example
White with #B651C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B651C0; }
p { color: rgb(182,81,192); }
H1.HeaderClassName
{
color: #B651C0;
}
.AnyTagClassName
{
color: #B651C0;
}
</style>
background-color css
<style>
a { background-color: #B651C0; }
a { background-color: rgb(182,81,192); }
div.DivClassName
{
background-color: #B651C0;
}
.BgClassName
{
background-color: #B651C0;
}
</style>
border-color css
<style>
span { border-color: #B651C0; }
span { border-color: rgb(182,81,192); }
td.TdClassName
{
border-color: #B651C0;
}
.TagClassName
{
border-color: #B651C0;
}
</style>