Shades of Fuchsia #B939A7
Tints of Fuchsia #B939A7
RGB
CMYK
RGB Variations
Color information
#B939A7 (or 0xB939A7) is known color: Fuchsia. HEX triplet: B9, 39 and A7. RGB value is (185,57,167). Sum of RGB (Red+Green+Blue) = 185+57+167=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B939A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B939A7 is #46C658. Grayscale: #6B6B6B. Windows color (decimal): -4638297 or 10959289. OLE color: 10959289.
HSL color Cylindrical-coordinate representation of color #B939A7: hue angle of 308.44º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B939A7 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 167 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.27 |
| HSL | 308.44º | 0.53% | 0.47% | - |
| HSV(B) | 308.44º | 0.69% | 0.73% | - |
| XYZ | 28.45 | 16.03 | 38.15 | - |
| YUV | 107.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 167 | 0 | 0.69 | 0.10 | 0.27 | 308.44 | 0.53 | 0.47 |
| Hex | B9 | 39 | A7 | 0 | 45 | A | 1B | 134 | 35 | 2F |
| Octal | 271 | 71 | 247 | 0 | 105 | 12 | 33 | 464 | 65 | 57 |
| Binary | 10111001 | 111001 | 10100111 | 0 | 1000101 | 1010 | 11011 | 100110100 | 110101 | 101111 |
Color Harmonies of #B939A7
Complementary color
Monochromatic Colors of #B939A7
Black with #B939A7
Text Example
Text Example
White with #B939A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939A7; }
p { color: rgb(185,57,167); }
H1.HeaderClassName
{
color: #B939A7;
}
.AnyTagClassName
{
color: #B939A7;
}
</style>
background-color css
<style>
a { background-color: #B939A7; }
a { background-color: rgb(185,57,167); }
div.DivClassName
{
background-color: #B939A7;
}
.BgClassName
{
background-color: #B939A7;
}
</style>
border-color css
<style>
span { border-color: #B939A7; }
span { border-color: rgb(185,57,167); }
td.TdClassName
{
border-color: #B939A7;
}
.TagClassName
{
border-color: #B939A7;
}
</style>