Shades of Fuchsia #B13AAD
Tints of Fuchsia #B13AAD
RGB
CMYK
RGB Variations
Color information
#B13AAD (or 0xB13AAD) is known color: Fuchsia. HEX triplet: B1, 3A and AD. RGB value is (177,58,173). Sum of RGB (Red+Green+Blue) = 177+58+173=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAD is #4EC552. Grayscale: #6A6A6A. Windows color (decimal): -5162323 or 11352753. OLE color: 11352753.
HSL color Cylindrical-coordinate representation of color #B13AAD: hue angle of 302.02º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13AAD is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 173 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.31 |
| HSL | 302.02º | 0.51% | 0.46% | - |
| HSV(B) | 302.02º | 0.67% | 0.69% | - |
| XYZ | 27.19 | 15.39 | 41.07 | - |
| YUV | 106.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 173 | 0 | 0.67 | 0.02 | 0.31 | 302.02 | 0.51 | 0.46 |
| Hex | B1 | 3A | AD | 0 | 43 | 2 | 1F | 12E | 33 | 2E |
| Octal | 261 | 72 | 255 | 0 | 103 | 2 | 37 | 456 | 63 | 56 |
| Binary | 10110001 | 111010 | 10101101 | 0 | 1000011 | 10 | 11111 | 100101110 | 110011 | 101110 |
Color Harmonies of #B13AAD
Complementary color
Monochromatic Colors of #B13AAD
Black with #B13AAD
Text Example
Text Example
White with #B13AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AAD; }
p { color: rgb(177,58,173); }
H1.HeaderClassName
{
color: #B13AAD;
}
.AnyTagClassName
{
color: #B13AAD;
}
</style>
background-color css
<style>
a { background-color: #B13AAD; }
a { background-color: rgb(177,58,173); }
div.DivClassName
{
background-color: #B13AAD;
}
.BgClassName
{
background-color: #B13AAD;
}
</style>
border-color css
<style>
span { border-color: #B13AAD; }
span { border-color: rgb(177,58,173); }
td.TdClassName
{
border-color: #B13AAD;
}
.TagClassName
{
border-color: #B13AAD;
}
</style>