Shades of Fuchsia #B739AF
Tints of Fuchsia #B739AF
RGB
CMYK
RGB Variations
Color information
#B739AF (or 0xB739AF) is known color: Fuchsia. HEX triplet: B7, 39 and AF. RGB value is (183,57,175). Sum of RGB (Red+Green+Blue) = 183+57+175=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B739AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B739AF is #48C650. Grayscale: #6B6B6B. Windows color (decimal): -4769361 or 11483575. OLE color: 11483575.
HSL color Cylindrical-coordinate representation of color #B739AF: hue angle of 303.81º 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 #B739AF is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 175 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.28 |
| HSL | 303.81º | 0.53% | 0.47% | - |
| HSV(B) | 303.81º | 0.69% | 0.72% | - |
| XYZ | 28.73 | 16.09 | 42.15 | - |
| YUV | 108.13 | 165.74 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 175 | 0 | 0.69 | 0.04 | 0.28 | 303.81 | 0.53 | 0.47 |
| Hex | B7 | 39 | AF | 0 | 45 | 4 | 1C | 130 | 34 | 2F |
| Octal | 267 | 71 | 257 | 0 | 105 | 4 | 34 | 460 | 64 | 57 |
| Binary | 10110111 | 111001 | 10101111 | 0 | 1000101 | 100 | 11100 | 100110000 | 110100 | 101111 |
Color Harmonies of #B739AF
Complementary color
Monochromatic Colors of #B739AF
Black with #B739AF
Text Example
Text Example
White with #B739AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739AF; }
p { color: rgb(183,57,175); }
H1.HeaderClassName
{
color: #B739AF;
}
.AnyTagClassName
{
color: #B739AF;
}
</style>
background-color css
<style>
a { background-color: #B739AF; }
a { background-color: rgb(183,57,175); }
div.DivClassName
{
background-color: #B739AF;
}
.BgClassName
{
background-color: #B739AF;
}
</style>
border-color css
<style>
span { border-color: #B739AF; }
span { border-color: rgb(183,57,175); }
td.TdClassName
{
border-color: #B739AF;
}
.TagClassName
{
border-color: #B739AF;
}
</style>