Shades of Fuchsia #B739AD
Tints of Fuchsia #B739AD
RGB
CMYK
RGB Variations
Color information
#B739AD (or 0xB739AD) is known color: Fuchsia. HEX triplet: B7, 39 and AD. RGB value is (183,57,173). Sum of RGB (Red+Green+Blue) = 183+57+173=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B739AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739AD is #48C652. Grayscale: #6B6B6B. Windows color (decimal): -4769363 or 11352503. OLE color: 11352503.
HSL color Cylindrical-coordinate representation of color #B739AD: hue angle of 304.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B739AD is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 173 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.28 |
| HSL | 304.76º | 0.53% | 0.47% | - |
| HSV(B) | 304.76º | 0.69% | 0.72% | - |
| XYZ | 28.53 | 16.01 | 41.12 | - |
| YUV | 107.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 173 | 0 | 0.69 | 0.05 | 0.28 | 304.76 | 0.53 | 0.47 |
| Hex | B7 | 39 | AD | 0 | 45 | 5 | 1C | 131 | 34 | 2F |
| Octal | 267 | 71 | 255 | 0 | 105 | 5 | 34 | 461 | 64 | 57 |
| Binary | 10110111 | 111001 | 10101101 | 0 | 1000101 | 101 | 11100 | 100110001 | 110100 | 101111 |
Color Harmonies of #B739AD
Complementary color
Monochromatic Colors of #B739AD
Black with #B739AD
Text Example
Text Example
White with #B739AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739AD; }
p { color: rgb(183,57,173); }
H1.HeaderClassName
{
color: #B739AD;
}
.AnyTagClassName
{
color: #B739AD;
}
</style>
background-color css
<style>
a { background-color: #B739AD; }
a { background-color: rgb(183,57,173); }
div.DivClassName
{
background-color: #B739AD;
}
.BgClassName
{
background-color: #B739AD;
}
</style>
border-color css
<style>
span { border-color: #B739AD; }
span { border-color: rgb(183,57,173); }
td.TdClassName
{
border-color: #B739AD;
}
.TagClassName
{
border-color: #B739AD;
}
</style>