Shades of Fuchsia #B935AA
Tints of Fuchsia #B935AA
RGB
CMYK
RGB Variations
Color information
#B935AA (or 0xB935AA) is known color: Fuchsia. HEX triplet: B9, 35 and AA. RGB value is (185,53,170). Sum of RGB (Red+Green+Blue) = 185+53+170=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B935AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935AA is #46CA55. Grayscale: #696969. Windows color (decimal): -4639318 or 11154873. OLE color: 11154873.
HSL color Cylindrical-coordinate representation of color #B935AA: hue angle of 306.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B935AA is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 170 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.27 |
| HSL | 306.82º | 0.55% | 0.47% | - |
| HSV(B) | 306.82º | 0.71% | 0.73% | - |
| XYZ | 28.54 | 15.76 | 39.57 | - |
| YUV | 105.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 170 | 0 | 0.71 | 0.08 | 0.27 | 306.82 | 0.55 | 0.47 |
| Hex | B9 | 35 | AA | 0 | 47 | 8 | 1B | 133 | 37 | 2F |
| Octal | 271 | 65 | 252 | 0 | 107 | 10 | 33 | 463 | 67 | 57 |
| Binary | 10111001 | 110101 | 10101010 | 0 | 1000111 | 1000 | 11011 | 100110011 | 110111 | 101111 |
Color Harmonies of #B935AA
Complementary color
Monochromatic Colors of #B935AA
Black with #B935AA
Text Example
Text Example
White with #B935AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935AA; }
p { color: rgb(185,53,170); }
H1.HeaderClassName
{
color: #B935AA;
}
.AnyTagClassName
{
color: #B935AA;
}
</style>
background-color css
<style>
a { background-color: #B935AA; }
a { background-color: rgb(185,53,170); }
div.DivClassName
{
background-color: #B935AA;
}
.BgClassName
{
background-color: #B935AA;
}
</style>
border-color css
<style>
span { border-color: #B935AA; }
span { border-color: rgb(185,53,170); }
td.TdClassName
{
border-color: #B935AA;
}
.TagClassName
{
border-color: #B935AA;
}
</style>