Shades of Fuchsia #B750B2
Tints of Fuchsia #B750B2
RGB
CMYK
RGB Variations
Color information
#B750B2 (or 0xB750B2) is known color: Fuchsia. HEX triplet: B7, 50 and B2. RGB value is (183,80,178). Sum of RGB (Red+Green+Blue) = 183+80+178=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B750B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B750B2 is #48AF4D. Grayscale: #797979. Windows color (decimal): -4763470 or 11686071. OLE color: 11686071.
HSL color Cylindrical-coordinate representation of color #B750B2: hue angle of 302.91º 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 #B750B2 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 178 | - |
| CMYK | 0 | 0.56 | 0.03 | 0.28 |
| HSL | 302.91º | 0.42% | 0.52% | - |
| HSV(B) | 302.91º | 0.56% | 0.72% | - |
| XYZ | 30.43 | 19.02 | 44.19 | - |
| YUV | 121.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 178 | 0 | 0.56 | 0.03 | 0.28 | 302.91 | 0.42 | 0.52 |
| Hex | B7 | 50 | B2 | 0 | 38 | 3 | 1C | 12F | 2A | 34 |
| Octal | 267 | 120 | 262 | 0 | 70 | 3 | 34 | 457 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10110010 | 0 | 111000 | 11 | 11100 | 100101111 | 101010 | 110100 |
Color Harmonies of #B750B2
Complementary color
Monochromatic Colors of #B750B2
Black with #B750B2
Text Example
Text Example
White with #B750B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B750B2; }
p { color: rgb(183,80,178); }
H1.HeaderClassName
{
color: #B750B2;
}
.AnyTagClassName
{
color: #B750B2;
}
</style>
background-color css
<style>
a { background-color: #B750B2; }
a { background-color: rgb(183,80,178); }
div.DivClassName
{
background-color: #B750B2;
}
.BgClassName
{
background-color: #B750B2;
}
</style>
border-color css
<style>
span { border-color: #B750B2; }
span { border-color: rgb(183,80,178); }
td.TdClassName
{
border-color: #B750B2;
}
.TagClassName
{
border-color: #B750B2;
}
</style>