Shades of Fuchsia #B751C1
Tints of Fuchsia #B751C1
RGB
CMYK
RGB Variations
Color information
#B751C1 (or 0xB751C1) is known color: Fuchsia. HEX triplet: B7, 51 and C1. RGB value is (183,81,193). Sum of RGB (Red+Green+Blue) = 183+81+193=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #B751C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B751C1 is #48AE3E. Grayscale: #7B7B7B. Windows color (decimal): -4763199 or 12669367. OLE color: 12669367.
HSL color Cylindrical-coordinate representation of color #B751C1: hue angle of 294.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B751C1 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 81 | 193 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.24 |
| HSL | 294.64º | 0.47% | 0.54% | - |
| HSV(B) | 294.64º | 0.58% | 0.76% | - |
| XYZ | 32.1 | 19.8 | 52.58 | - |
| YUV | 124.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 81 | 193 | 0.05 | 0.58 | 0 | 0.24 | 294.64 | 0.47 | 0.54 |
| Hex | B7 | 51 | C1 | 5 | 3A | 0 | 18 | 127 | 2F | 36 |
| Octal | 267 | 121 | 301 | 5 | 72 | 0 | 30 | 447 | 57 | 66 |
| Binary | 10110111 | 1010001 | 11000001 | 101 | 111010 | 0 | 11000 | 100100111 | 101111 | 110110 |
Color Harmonies of #B751C1
Complementary color
Monochromatic Colors of #B751C1
Black with #B751C1
Text Example
Text Example
White with #B751C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B751C1; }
p { color: rgb(183,81,193); }
H1.HeaderClassName
{
color: #B751C1;
}
.AnyTagClassName
{
color: #B751C1;
}
</style>
background-color css
<style>
a { background-color: #B751C1; }
a { background-color: rgb(183,81,193); }
div.DivClassName
{
background-color: #B751C1;
}
.BgClassName
{
background-color: #B751C1;
}
</style>
border-color css
<style>
span { border-color: #B751C1; }
span { border-color: rgb(183,81,193); }
td.TdClassName
{
border-color: #B751C1;
}
.TagClassName
{
border-color: #B751C1;
}
</style>