Shades of Fuchsia #B733AD
Tints of Fuchsia #B733AD
RGB
CMYK
RGB Variations
Color information
#B733AD (or 0xB733AD) is known color: Fuchsia. HEX triplet: B7, 33 and AD. RGB value is (183,51,173). Sum of RGB (Red+Green+Blue) = 183+51+173=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 183 - color contains mainly: red. Hex color #B733AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B733AD is #48CC52. Grayscale: #686868. Windows color (decimal): -4770899 or 11350967. OLE color: 11350967.
HSL color Cylindrical-coordinate representation of color #B733AD: hue angle of 304.55º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B733AD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 173 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.28 |
| HSL | 304.55º | 0.56% | 0.46% | - |
| HSV(B) | 304.55º | 0.72% | 0.72% | - |
| XYZ | 28.26 | 15.45 | 41.03 | - |
| YUV | 104.38 | 166.73 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 173 | 0 | 0.72 | 0.05 | 0.28 | 304.55 | 0.56 | 0.46 |
| Hex | B7 | 33 | AD | 0 | 48 | 5 | 1C | 131 | 38 | 2E |
| Octal | 267 | 63 | 255 | 0 | 110 | 5 | 34 | 461 | 70 | 56 |
| Binary | 10110111 | 110011 | 10101101 | 0 | 1001000 | 101 | 11100 | 100110001 | 111000 | 101110 |
Color Harmonies of #B733AD
Complementary color
Monochromatic Colors of #B733AD
Black with #B733AD
Text Example
Text Example
White with #B733AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733AD; }
p { color: rgb(183,51,173); }
H1.HeaderClassName
{
color: #B733AD;
}
.AnyTagClassName
{
color: #B733AD;
}
</style>
background-color css
<style>
a { background-color: #B733AD; }
a { background-color: rgb(183,51,173); }
div.DivClassName
{
background-color: #B733AD;
}
.BgClassName
{
background-color: #B733AD;
}
</style>
border-color css
<style>
span { border-color: #B733AD; }
span { border-color: rgb(183,51,173); }
td.TdClassName
{
border-color: #B733AD;
}
.TagClassName
{
border-color: #B733AD;
}
</style>