Shades of Fuchsia #B741B9
Tints of Fuchsia #B741B9
RGB
CMYK
RGB Variations
Color information
#B741B9 (or 0xB741B9) is known color: Fuchsia. HEX triplet: B7, 41 and B9. RGB value is (183,65,185). Sum of RGB (Red+Green+Blue) = 183+65+185=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #B741B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741B9 is #48BE46. Grayscale: #717171. Windows color (decimal): -4767303 or 12140983. OLE color: 12140983.
HSL color Cylindrical-coordinate representation of color #B741B9: hue angle of 299º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B741B9 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 65 | 185 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.27 |
| HSL | 299º | 0.48% | 0.49% | - |
| HSV(B) | 299º | 0.65% | 0.73% | - |
| XYZ | 30.18 | 17.35 | 47.66 | - |
| YUV | 113.96 | 168.09 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 185 | 0.01 | 0.65 | 0 | 0.27 | 299 | 0.48 | 0.49 |
| Hex | B7 | 41 | B9 | 1 | 41 | 0 | 1B | 12B | 30 | 31 |
| Octal | 267 | 101 | 271 | 1 | 101 | 0 | 33 | 453 | 60 | 61 |
| Binary | 10110111 | 1000001 | 10111001 | 1 | 1000001 | 0 | 11011 | 100101011 | 110000 | 110001 |
Color Harmonies of #B741B9
Complementary color
Monochromatic Colors of #B741B9
Black with #B741B9
Text Example
Text Example
White with #B741B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741B9; }
p { color: rgb(183,65,185); }
H1.HeaderClassName
{
color: #B741B9;
}
.AnyTagClassName
{
color: #B741B9;
}
</style>
background-color css
<style>
a { background-color: #B741B9; }
a { background-color: rgb(183,65,185); }
div.DivClassName
{
background-color: #B741B9;
}
.BgClassName
{
background-color: #B741B9;
}
</style>
border-color css
<style>
span { border-color: #B741B9; }
span { border-color: rgb(183,65,185); }
td.TdClassName
{
border-color: #B741B9;
}
.TagClassName
{
border-color: #B741B9;
}
</style>