Shades of Fuchsia #B733AF
Tints of Fuchsia #B733AF
RGB
CMYK
RGB Variations
Color information
#B733AF (or 0xB733AF) is known color: Fuchsia. HEX triplet: B7, 33 and AF. RGB value is (183,51,175). Sum of RGB (Red+Green+Blue) = 183+51+175=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B733AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B733AF is #48CC50. Grayscale: #686868. Windows color (decimal): -4770897 or 11482039. OLE color: 11482039.
HSL color Cylindrical-coordinate representation of color #B733AF: hue angle of 303.64º 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 #B733AF is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 175 | - |
| CMYK | 0 | 0.72 | 0.04 | 0.28 |
| HSL | 303.64º | 0.56% | 0.46% | - |
| HSV(B) | 303.64º | 0.72% | 0.72% | - |
| XYZ | 28.45 | 15.53 | 42.06 | - |
| YUV | 104.6 | 167.73 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 175 | 0 | 0.72 | 0.04 | 0.28 | 303.64 | 0.56 | 0.46 |
| Hex | B7 | 33 | AF | 0 | 48 | 4 | 1C | 130 | 38 | 2E |
| Octal | 267 | 63 | 257 | 0 | 110 | 4 | 34 | 460 | 70 | 56 |
| Binary | 10110111 | 110011 | 10101111 | 0 | 1001000 | 100 | 11100 | 100110000 | 111000 | 101110 |
Color Harmonies of #B733AF
Complementary color
Monochromatic Colors of #B733AF
Black with #B733AF
Text Example
Text Example
White with #B733AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733AF; }
p { color: rgb(183,51,175); }
H1.HeaderClassName
{
color: #B733AF;
}
.AnyTagClassName
{
color: #B733AF;
}
</style>
background-color css
<style>
a { background-color: #B733AF; }
a { background-color: rgb(183,51,175); }
div.DivClassName
{
background-color: #B733AF;
}
.BgClassName
{
background-color: #B733AF;
}
</style>
border-color css
<style>
span { border-color: #B733AF; }
span { border-color: rgb(183,51,175); }
td.TdClassName
{
border-color: #B733AF;
}
.TagClassName
{
border-color: #B733AF;
}
</style>