Shades of Fuchsia #B745A8
Tints of Fuchsia #B745A8
RGB
CMYK
RGB Variations
Color information
#B745A8 (or 0xB745A8) is known color: Fuchsia. HEX triplet: B7, 45 and A8. RGB value is (183,69,168). Sum of RGB (Red+Green+Blue) = 183+69+168=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 168 (66.02% from 255 or 40% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B745A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745A8 is #48BA57. Grayscale: #727272. Windows color (decimal): -4766296 or 11027895. OLE color: 11027895.
HSL color Cylindrical-coordinate representation of color #B745A8: hue angle of 307.89º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B745A8 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 168 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.28 |
| HSL | 307.89º | 0.45% | 0.49% | - |
| HSV(B) | 307.89º | 0.62% | 0.72% | - |
| XYZ | 28.72 | 17.15 | 38.84 | - |
| YUV | 114.37 | 158.27 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 168 | 0 | 0.62 | 0.08 | 0.28 | 307.89 | 0.45 | 0.49 |
| Hex | B7 | 45 | A8 | 0 | 3E | 8 | 1C | 134 | 2D | 31 |
| Octal | 267 | 105 | 250 | 0 | 76 | 10 | 34 | 464 | 55 | 61 |
| Binary | 10110111 | 1000101 | 10101000 | 0 | 111110 | 1000 | 11100 | 100110100 | 101101 | 110001 |
Color Harmonies of #B745A8
Complementary color
Monochromatic Colors of #B745A8
Black with #B745A8
Text Example
Text Example
White with #B745A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745A8; }
p { color: rgb(183,69,168); }
H1.HeaderClassName
{
color: #B745A8;
}
.AnyTagClassName
{
color: #B745A8;
}
</style>
background-color css
<style>
a { background-color: #B745A8; }
a { background-color: rgb(183,69,168); }
div.DivClassName
{
background-color: #B745A8;
}
.BgClassName
{
background-color: #B745A8;
}
</style>
border-color css
<style>
span { border-color: #B745A8; }
span { border-color: rgb(183,69,168); }
td.TdClassName
{
border-color: #B745A8;
}
.TagClassName
{
border-color: #B745A8;
}
</style>