Shades of Fuchsia #B735AB
Tints of Fuchsia #B735AB
RGB
CMYK
RGB Variations
Color information
#B735AB (or 0xB735AB) is known color: Fuchsia. HEX triplet: B7, 35 and AB. RGB value is (183,53,171). Sum of RGB (Red+Green+Blue) = 183+53+171=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B735AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735AB is #48CA54. Grayscale: #686868. Windows color (decimal): -4770389 or 11220407. OLE color: 11220407.
HSL color Cylindrical-coordinate representation of color #B735AB: hue angle of 305.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B735AB is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 171 | - |
| CMYK | 0 | 0.71 | 0.07 | 0.28 |
| HSL | 305.54º | 0.55% | 0.46% | - |
| HSV(B) | 305.54º | 0.71% | 0.72% | - |
| XYZ | 28.15 | 15.55 | 40.05 | - |
| YUV | 105.32 | 165.07 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 171 | 0 | 0.71 | 0.07 | 0.28 | 305.54 | 0.55 | 0.46 |
| Hex | B7 | 35 | AB | 0 | 47 | 7 | 1C | 132 | 37 | 2E |
| Octal | 267 | 65 | 253 | 0 | 107 | 7 | 34 | 462 | 67 | 56 |
| Binary | 10110111 | 110101 | 10101011 | 0 | 1000111 | 111 | 11100 | 100110010 | 110111 | 101110 |
Color Harmonies of #B735AB
Complementary color
Monochromatic Colors of #B735AB
Black with #B735AB
Text Example
Text Example
White with #B735AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735AB; }
p { color: rgb(183,53,171); }
H1.HeaderClassName
{
color: #B735AB;
}
.AnyTagClassName
{
color: #B735AB;
}
</style>
background-color css
<style>
a { background-color: #B735AB; }
a { background-color: rgb(183,53,171); }
div.DivClassName
{
background-color: #B735AB;
}
.BgClassName
{
background-color: #B735AB;
}
</style>
border-color css
<style>
span { border-color: #B735AB; }
span { border-color: rgb(183,53,171); }
td.TdClassName
{
border-color: #B735AB;
}
.TagClassName
{
border-color: #B735AB;
}
</style>