Shades of Fuchsia #B750B7
Tints of Fuchsia #B750B7
RGB
CMYK
RGB Variations
Color information
#B750B7 (or 0xB750B7) is known color: Fuchsia. HEX triplet: B7, 50 and B7. RGB value is (183,80,183). Sum of RGB (Red+Green+Blue) = 183+80+183=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B750B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B750B7 is #48AF48. Grayscale: #7A7A7A. Windows color (decimal): -4763465 or 12013751. OLE color: 12013751.
HSL color Cylindrical-coordinate representation of color #B750B7: hue angle of 300º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B750B7 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 183 | - |
| CMYK | 0 | 0.56 | 0 | 0.28 |
| HSL | 300º | 0.42% | 0.52% | - |
| HSV(B) | 300º | 0.56% | 0.72% | - |
| XYZ | 30.94 | 19.22 | 46.88 | - |
| YUV | 122.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 183 | 0 | 0.56 | 0 | 0.28 | 300 | 0.42 | 0.52 |
| Hex | B7 | 50 | B7 | 0 | 38 | 0 | 1C | 12C | 2A | 34 |
| Octal | 267 | 120 | 267 | 0 | 70 | 0 | 34 | 454 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10110111 | 0 | 111000 | 0 | 11100 | 100101100 | 101010 | 110100 |
Color Harmonies of #B750B7
Complementary color
Monochromatic Colors of #B750B7
Black with #B750B7
Text Example
Text Example
White with #B750B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750B7; }
p { color: rgb(183,80,183); }
H1.HeaderClassName
{
color: #B750B7;
}
.AnyTagClassName
{
color: #B750B7;
}
</style>
background-color css
<style>
a { background-color: #B750B7; }
a { background-color: rgb(183,80,183); }
div.DivClassName
{
background-color: #B750B7;
}
.BgClassName
{
background-color: #B750B7;
}
</style>
border-color css
<style>
span { border-color: #B750B7; }
span { border-color: rgb(183,80,183); }
td.TdClassName
{
border-color: #B750B7;
}
.TagClassName
{
border-color: #B750B7;
}
</style>