Shades of Fuchsia #B533AF
Tints of Fuchsia #B533AF
RGB
CMYK
RGB Variations
Color information
#B533AF (or 0xB533AF) is known color: Fuchsia. HEX triplet: B5, 33 and AF. RGB value is (181,51,175). Sum of RGB (Red+Green+Blue) = 181+51+175=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B533AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B533AF is #4ACC50. Grayscale: #676767. Windows color (decimal): -4901969 or 11482037. OLE color: 11482037.
HSL color Cylindrical-coordinate representation of color #B533AF: hue angle of 302.77º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B533AF is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 175 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.29 |
| HSL | 302.77º | 0.56% | 0.45% | - |
| HSV(B) | 302.77º | 0.72% | 0.71% | - |
| XYZ | 27.98 | 15.29 | 42.03 | - |
| YUV | 104.01 | 168.07 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 175 | 0 | 0.72 | 0.03 | 0.29 | 302.77 | 0.56 | 0.45 |
| Hex | B5 | 33 | AF | 0 | 48 | 3 | 1D | 12F | 38 | 2D |
| Octal | 265 | 63 | 257 | 0 | 110 | 3 | 35 | 457 | 70 | 55 |
| Binary | 10110101 | 110011 | 10101111 | 0 | 1001000 | 11 | 11101 | 100101111 | 111000 | 101101 |
Color Harmonies of #B533AF
Complementary color
Monochromatic Colors of #B533AF
Black with #B533AF
Text Example
Text Example
White with #B533AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B533AF; }
p { color: rgb(181,51,175); }
H1.HeaderClassName
{
color: #B533AF;
}
.AnyTagClassName
{
color: #B533AF;
}
</style>
background-color css
<style>
a { background-color: #B533AF; }
a { background-color: rgb(181,51,175); }
div.DivClassName
{
background-color: #B533AF;
}
.BgClassName
{
background-color: #B533AF;
}
</style>
border-color css
<style>
span { border-color: #B533AF; }
span { border-color: rgb(181,51,175); }
td.TdClassName
{
border-color: #B533AF;
}
.TagClassName
{
border-color: #B533AF;
}
</style>