Shades of Fuchsia #B938AB
Tints of Fuchsia #B938AB
RGB
CMYK
RGB Variations
Color information
#B938AB (or 0xB938AB) is known color: Fuchsia. HEX triplet: B9, 38 and AB. RGB value is (185,56,171). Sum of RGB (Red+Green+Blue) = 185+56+171=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B938AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B938AB is #46C754. Grayscale: #6B6B6B. Windows color (decimal): -4638549 or 11221177. OLE color: 11221177.
HSL color Cylindrical-coordinate representation of color #B938AB: hue angle of 306.51º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938AB is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 171 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.27 |
| HSL | 306.51º | 0.54% | 0.47% | - |
| HSV(B) | 306.51º | 0.7% | 0.73% | - |
| XYZ | 28.77 | 16.08 | 40.12 | - |
| YUV | 107.68 | 163.74 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 171 | 0 | 0.70 | 0.08 | 0.27 | 306.51 | 0.54 | 0.47 |
| Hex | B9 | 38 | AB | 0 | 46 | 8 | 1B | 133 | 36 | 2F |
| Octal | 271 | 70 | 253 | 0 | 106 | 10 | 33 | 463 | 66 | 57 |
| Binary | 10111001 | 111000 | 10101011 | 0 | 1000110 | 1000 | 11011 | 100110011 | 110110 | 101111 |
Color Harmonies of #B938AB
Complementary color
Monochromatic Colors of #B938AB
Black with #B938AB
Text Example
Text Example
White with #B938AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938AB; }
p { color: rgb(185,56,171); }
H1.HeaderClassName
{
color: #B938AB;
}
.AnyTagClassName
{
color: #B938AB;
}
</style>
background-color css
<style>
a { background-color: #B938AB; }
a { background-color: rgb(185,56,171); }
div.DivClassName
{
background-color: #B938AB;
}
.BgClassName
{
background-color: #B938AB;
}
</style>
border-color css
<style>
span { border-color: #B938AB; }
span { border-color: rgb(185,56,171); }
td.TdClassName
{
border-color: #B938AB;
}
.TagClassName
{
border-color: #B938AB;
}
</style>