Shades of Fuchsia #B13CAF
Tints of Fuchsia #B13CAF
RGB
CMYK
RGB Variations
Color information
#B13CAF (or 0xB13CAF) is known color: Fuchsia. HEX triplet: B1, 3C and AF. RGB value is (177,60,175). Sum of RGB (Red+Green+Blue) = 177+60+175=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B13CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13CAF is #4EC350. Grayscale: #6B6B6B. Windows color (decimal): -5161809 or 11484337. OLE color: 11484337.
HSL color Cylindrical-coordinate representation of color #B13CAF: hue angle of 301.03º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13CAF is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 175 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.31 |
| HSL | 301.03º | 0.49% | 0.46% | - |
| HSV(B) | 301.03º | 0.66% | 0.69% | - |
| XYZ | 27.49 | 15.67 | 42.13 | - |
| YUV | 108.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 175 | 0 | 0.66 | 0.01 | 0.31 | 301.03 | 0.49 | 0.46 |
| Hex | B1 | 3C | AF | 0 | 42 | 1 | 1F | 12D | 31 | 2E |
| Octal | 261 | 74 | 257 | 0 | 102 | 1 | 37 | 455 | 61 | 56 |
| Binary | 10110001 | 111100 | 10101111 | 0 | 1000010 | 1 | 11111 | 100101101 | 110001 | 101110 |
Color Harmonies of #B13CAF
Complementary color
Monochromatic Colors of #B13CAF
Black with #B13CAF
Text Example
Text Example
White with #B13CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13CAF; }
p { color: rgb(177,60,175); }
H1.HeaderClassName
{
color: #B13CAF;
}
.AnyTagClassName
{
color: #B13CAF;
}
</style>
background-color css
<style>
a { background-color: #B13CAF; }
a { background-color: rgb(177,60,175); }
div.DivClassName
{
background-color: #B13CAF;
}
.BgClassName
{
background-color: #B13CAF;
}
</style>
border-color css
<style>
span { border-color: #B13CAF; }
span { border-color: rgb(177,60,175); }
td.TdClassName
{
border-color: #B13CAF;
}
.TagClassName
{
border-color: #B13CAF;
}
</style>