Shades of Fuchsia #B741A7
Tints of Fuchsia #B741A7
RGB
CMYK
RGB Variations
Color information
#B741A7 (or 0xB741A7) is known color: Fuchsia. HEX triplet: B7, 41 and A7. RGB value is (183,65,167). Sum of RGB (Red+Green+Blue) = 183+65+167=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B741A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B741A7 is #48BE58. Grayscale: #6F6F6F. Windows color (decimal): -4767321 or 10961335. OLE color: 10961335.
HSL color Cylindrical-coordinate representation of color #B741A7: hue angle of 308.14º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B741A7 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 167 | - |
| CMYK | 0 | 0.64 | 0.09 | 0.28 |
| HSL | 308.14º | 0.48% | 0.49% | - |
| HSV(B) | 308.14º | 0.64% | 0.72% | - |
| XYZ | 28.39 | 16.64 | 38.27 | - |
| YUV | 111.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 167 | 0 | 0.64 | 0.09 | 0.28 | 308.14 | 0.48 | 0.49 |
| Hex | B7 | 41 | A7 | 0 | 40 | 9 | 1C | 134 | 30 | 31 |
| Octal | 267 | 101 | 247 | 0 | 100 | 11 | 34 | 464 | 60 | 61 |
| Binary | 10110111 | 1000001 | 10100111 | 0 | 1000000 | 1001 | 11100 | 100110100 | 110000 | 110001 |
Color Harmonies of #B741A7
Complementary color
Monochromatic Colors of #B741A7
Black with #B741A7
Text Example
Text Example
White with #B741A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B741A7; }
p { color: rgb(183,65,167); }
H1.HeaderClassName
{
color: #B741A7;
}
.AnyTagClassName
{
color: #B741A7;
}
</style>
background-color css
<style>
a { background-color: #B741A7; }
a { background-color: rgb(183,65,167); }
div.DivClassName
{
background-color: #B741A7;
}
.BgClassName
{
background-color: #B741A7;
}
</style>
border-color css
<style>
span { border-color: #B741A7; }
span { border-color: rgb(183,65,167); }
td.TdClassName
{
border-color: #B741A7;
}
.TagClassName
{
border-color: #B741A7;
}
</style>