Shades of Fuchsia #B939A8
Tints of Fuchsia #B939A8
RGB
CMYK
RGB Variations
Color information
#B939A8 (or 0xB939A8) is known color: Fuchsia. HEX triplet: B9, 39 and A8. RGB value is (185,57,168). Sum of RGB (Red+Green+Blue) = 185+57+168=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B939A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B939A8 is #46C657. Grayscale: #6B6B6B. Windows color (decimal): -4638296 or 11024825. OLE color: 11024825.
HSL color Cylindrical-coordinate representation of color #B939A8: hue angle of 307.97º 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 #B939A8 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 57 | 168 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.27 |
| HSL | 307.97º | 0.53% | 0.47% | - |
| HSV(B) | 307.97º | 0.69% | 0.73% | - |
| XYZ | 28.54 | 16.07 | 38.64 | - |
| YUV | 107.93 | 161.91 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 168 | 0 | 0.69 | 0.09 | 0.27 | 307.97 | 0.53 | 0.47 |
| Hex | B9 | 39 | A8 | 0 | 45 | 9 | 1B | 134 | 35 | 2F |
| Octal | 271 | 71 | 250 | 0 | 105 | 11 | 33 | 464 | 65 | 57 |
| Binary | 10111001 | 111001 | 10101000 | 0 | 1000101 | 1001 | 11011 | 100110100 | 110101 | 101111 |
Color Harmonies of #B939A8
Complementary color
Monochromatic Colors of #B939A8
Black with #B939A8
Text Example
Text Example
White with #B939A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939A8; }
p { color: rgb(185,57,168); }
H1.HeaderClassName
{
color: #B939A8;
}
.AnyTagClassName
{
color: #B939A8;
}
</style>
background-color css
<style>
a { background-color: #B939A8; }
a { background-color: rgb(185,57,168); }
div.DivClassName
{
background-color: #B939A8;
}
.BgClassName
{
background-color: #B939A8;
}
</style>
border-color css
<style>
span { border-color: #B939A8; }
span { border-color: rgb(185,57,168); }
td.TdClassName
{
border-color: #B939A8;
}
.TagClassName
{
border-color: #B939A8;
}
</style>