Shades of Fuchsia #B750C1
Tints of Fuchsia #B750C1
RGB
CMYK
RGB Variations
Color information
#B750C1 (or 0xB750C1) is known color: Fuchsia. HEX triplet: B7, 50 and C1. RGB value is (183,80,193). Sum of RGB (Red+Green+Blue) = 183+80+193=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #B750C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750C1 is #48AF3E. Grayscale: #7B7B7B. Windows color (decimal): -4763455 or 12669111. OLE color: 12669111.
HSL color Cylindrical-coordinate representation of color #B750C1: hue angle of 294.69º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B750C1 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 80 | 193 | - |
| CMYK | 0.05 | 0.59 | 0 | 0.24 |
| HSL | 294.69º | 0.48% | 0.54% | - |
| HSV(B) | 294.69º | 0.59% | 0.76% | - |
| XYZ | 32.02 | 19.65 | 52.56 | - |
| YUV | 123.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 193 | 0.05 | 0.59 | 0 | 0.24 | 294.69 | 0.48 | 0.54 |
| Hex | B7 | 50 | C1 | 5 | 3B | 0 | 18 | 127 | 30 | 36 |
| Octal | 267 | 120 | 301 | 5 | 73 | 0 | 30 | 447 | 60 | 66 |
| Binary | 10110111 | 1010000 | 11000001 | 101 | 111011 | 0 | 11000 | 100100111 | 110000 | 110110 |
Color Harmonies of #B750C1
Complementary color
Monochromatic Colors of #B750C1
Black with #B750C1
Text Example
Text Example
White with #B750C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750C1; }
p { color: rgb(183,80,193); }
H1.HeaderClassName
{
color: #B750C1;
}
.AnyTagClassName
{
color: #B750C1;
}
</style>
background-color css
<style>
a { background-color: #B750C1; }
a { background-color: rgb(183,80,193); }
div.DivClassName
{
background-color: #B750C1;
}
.BgClassName
{
background-color: #B750C1;
}
</style>
border-color css
<style>
span { border-color: #B750C1; }
span { border-color: rgb(183,80,193); }
td.TdClassName
{
border-color: #B750C1;
}
.TagClassName
{
border-color: #B750C1;
}
</style>