Shades of Fuchsia #B533BA
Tints of Fuchsia #B533BA
RGB
CMYK
RGB Variations
Color information
#B533BA (or 0xB533BA) is known color: Fuchsia. HEX triplet: B5, 33 and BA. RGB value is (181,51,186). Sum of RGB (Red+Green+Blue) = 181+51+186=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #B533BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B533BA is #4ACC45. Grayscale: #686868. Windows color (decimal): -4901958 or 12202933. OLE color: 12202933.
HSL color Cylindrical-coordinate representation of color #B533BA: hue angle of 297.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B533BA is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 51 | 186 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.27 |
| HSL | 297.78º | 0.57% | 0.46% | - |
| HSV(B) | 297.78º | 0.73% | 0.73% | - |
| XYZ | 29.1 | 15.74 | 47.96 | - |
| YUV | 105.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 186 | 0.03 | 0.73 | 0 | 0.27 | 297.78 | 0.57 | 0.46 |
| Hex | B5 | 33 | BA | 3 | 49 | 0 | 1B | 12A | 39 | 2E |
| Octal | 265 | 63 | 272 | 3 | 111 | 0 | 33 | 452 | 71 | 56 |
| Binary | 10110101 | 110011 | 10111010 | 11 | 1001001 | 0 | 11011 | 100101010 | 111001 | 101110 |
Color Harmonies of #B533BA
Complementary color
Monochromatic Colors of #B533BA
Black with #B533BA
Text Example
Text Example
White with #B533BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B533BA; }
p { color: rgb(181,51,186); }
H1.HeaderClassName
{
color: #B533BA;
}
.AnyTagClassName
{
color: #B533BA;
}
</style>
background-color css
<style>
a { background-color: #B533BA; }
a { background-color: rgb(181,51,186); }
div.DivClassName
{
background-color: #B533BA;
}
.BgClassName
{
background-color: #B533BA;
}
</style>
border-color css
<style>
span { border-color: #B533BA; }
span { border-color: rgb(181,51,186); }
td.TdClassName
{
border-color: #B533BA;
}
.TagClassName
{
border-color: #B533BA;
}
</style>