Shades of Fuchsia #B735AD
Tints of Fuchsia #B735AD
RGB
CMYK
RGB Variations
Color information
#B735AD (or 0xB735AD) is known color: Fuchsia. HEX triplet: B7, 35 and AD. RGB value is (183,53,173). Sum of RGB (Red+Green+Blue) = 183+53+173=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B735AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B735AD is #48CA52. Grayscale: #696969. Windows color (decimal): -4770387 or 11351479. OLE color: 11351479.
HSL color Cylindrical-coordinate representation of color #B735AD: hue angle of 304.62º 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 #B735AD is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 173 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.28 |
| HSL | 304.62º | 0.55% | 0.46% | - |
| HSV(B) | 304.62º | 0.71% | 0.72% | - |
| XYZ | 28.34 | 15.63 | 41.06 | - |
| YUV | 105.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 173 | 0 | 0.71 | 0.05 | 0.28 | 304.62 | 0.55 | 0.46 |
| Hex | B7 | 35 | AD | 0 | 47 | 5 | 1C | 131 | 37 | 2E |
| Octal | 267 | 65 | 255 | 0 | 107 | 5 | 34 | 461 | 67 | 56 |
| Binary | 10110111 | 110101 | 10101101 | 0 | 1000111 | 101 | 11100 | 100110001 | 110111 | 101110 |
Color Harmonies of #B735AD
Complementary color
Monochromatic Colors of #B735AD
Black with #B735AD
Text Example
Text Example
White with #B735AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735AD; }
p { color: rgb(183,53,173); }
H1.HeaderClassName
{
color: #B735AD;
}
.AnyTagClassName
{
color: #B735AD;
}
</style>
background-color css
<style>
a { background-color: #B735AD; }
a { background-color: rgb(183,53,173); }
div.DivClassName
{
background-color: #B735AD;
}
.BgClassName
{
background-color: #B735AD;
}
</style>
border-color css
<style>
span { border-color: #B735AD; }
span { border-color: rgb(183,53,173); }
td.TdClassName
{
border-color: #B735AD;
}
.TagClassName
{
border-color: #B735AD;
}
</style>