Shades of Fuchsia #B935AB
Tints of Fuchsia #B935AB
RGB
CMYK
RGB Variations
Color information
#B935AB (or 0xB935AB) is known color: Fuchsia. HEX triplet: B9, 35 and AB. RGB value is (185,53,171). Sum of RGB (Red+Green+Blue) = 185+53+171=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B935AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935AB is #46CA54. Grayscale: #696969. Windows color (decimal): -4639317 or 11220409. OLE color: 11220409.
HSL color Cylindrical-coordinate representation of color #B935AB: hue angle of 306.36º 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 #B935AB is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 171 | - |
| CMYK | 0 | 0.71 | 0.08 | 0.27 |
| HSL | 306.36º | 0.55% | 0.47% | - |
| HSV(B) | 306.36º | 0.71% | 0.73% | - |
| XYZ | 28.63 | 15.8 | 40.07 | - |
| YUV | 105.92 | 164.73 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 171 | 0 | 0.71 | 0.08 | 0.27 | 306.36 | 0.55 | 0.47 |
| Hex | B9 | 35 | AB | 0 | 47 | 8 | 1B | 132 | 37 | 2F |
| Octal | 271 | 65 | 253 | 0 | 107 | 10 | 33 | 462 | 67 | 57 |
| Binary | 10111001 | 110101 | 10101011 | 0 | 1000111 | 1000 | 11011 | 100110010 | 110111 | 101111 |
Color Harmonies of #B935AB
Complementary color
Monochromatic Colors of #B935AB
Black with #B935AB
Text Example
Text Example
White with #B935AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B935AB; }
p { color: rgb(185,53,171); }
H1.HeaderClassName
{
color: #B935AB;
}
.AnyTagClassName
{
color: #B935AB;
}
</style>
background-color css
<style>
a { background-color: #B935AB; }
a { background-color: rgb(185,53,171); }
div.DivClassName
{
background-color: #B935AB;
}
.BgClassName
{
background-color: #B935AB;
}
</style>
border-color css
<style>
span { border-color: #B935AB; }
span { border-color: rgb(185,53,171); }
td.TdClassName
{
border-color: #B935AB;
}
.TagClassName
{
border-color: #B935AB;
}
</style>