Shades of Fuchsia #B13AAC
Tints of Fuchsia #B13AAC
RGB
CMYK
RGB Variations
Color information
#B13AAC (or 0xB13AAC) is known color: Fuchsia. HEX triplet: B1, 3A and AC. RGB value is (177,58,172). Sum of RGB (Red+Green+Blue) = 177+58+172=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B13AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13AAC is #4EC553. Grayscale: #6A6A6A. Windows color (decimal): -5162324 or 11287217. OLE color: 11287217.
HSL color Cylindrical-coordinate representation of color #B13AAC: hue angle of 302.52º 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 #B13AAC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 172 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.31 |
| HSL | 302.52º | 0.51% | 0.46% | - |
| HSV(B) | 302.52º | 0.67% | 0.69% | - |
| XYZ | 27.09 | 15.35 | 40.57 | - |
| YUV | 106.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 172 | 0 | 0.67 | 0.03 | 0.31 | 302.52 | 0.51 | 0.46 |
| Hex | B1 | 3A | AC | 0 | 43 | 3 | 1F | 12F | 33 | 2E |
| Octal | 261 | 72 | 254 | 0 | 103 | 3 | 37 | 457 | 63 | 56 |
| Binary | 10110001 | 111010 | 10101100 | 0 | 1000011 | 11 | 11111 | 100101111 | 110011 | 101110 |
Color Harmonies of #B13AAC
Complementary color
Monochromatic Colors of #B13AAC
Black with #B13AAC
Text Example
Text Example
White with #B13AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13AAC; }
p { color: rgb(177,58,172); }
H1.HeaderClassName
{
color: #B13AAC;
}
.AnyTagClassName
{
color: #B13AAC;
}
</style>
background-color css
<style>
a { background-color: #B13AAC; }
a { background-color: rgb(177,58,172); }
div.DivClassName
{
background-color: #B13AAC;
}
.BgClassName
{
background-color: #B13AAC;
}
</style>
border-color css
<style>
span { border-color: #B13AAC; }
span { border-color: rgb(177,58,172); }
td.TdClassName
{
border-color: #B13AAC;
}
.TagClassName
{
border-color: #B13AAC;
}
</style>