Shades of Fuchsia #B433BA
Tints of Fuchsia #B433BA
RGB
CMYK
RGB Variations
Color information
#B433BA (or 0xB433BA) is known color: Fuchsia. HEX triplet: B4, 33 and BA. RGB value is (180,51,186). Sum of RGB (Red+Green+Blue) = 180+51+186=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B433BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433BA is #4BCC45. Grayscale: #686868. Windows color (decimal): -4967494 or 12202932. OLE color: 12202932.
HSL color Cylindrical-coordinate representation of color #B433BA: hue angle of 297.33º 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 #B433BA is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 51 | 186 | - |
| CMYK | 0.03 | 0.73 | 0 | 0.27 |
| HSL | 297.33º | 0.57% | 0.46% | - |
| HSV(B) | 297.33º | 0.73% | 0.73% | - |
| XYZ | 28.87 | 15.62 | 47.95 | - |
| YUV | 104.96 | 173.74 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 186 | 0.03 | 0.73 | 0 | 0.27 | 297.33 | 0.57 | 0.46 |
| Hex | B4 | 33 | BA | 3 | 49 | 0 | 1B | 129 | 39 | 2E |
| Octal | 264 | 63 | 272 | 3 | 111 | 0 | 33 | 451 | 71 | 56 |
| Binary | 10110100 | 110011 | 10111010 | 11 | 1001001 | 0 | 11011 | 100101001 | 111001 | 101110 |
Color Harmonies of #B433BA
Complementary color
Monochromatic Colors of #B433BA
Black with #B433BA
Text Example
Text Example
White with #B433BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433BA; }
p { color: rgb(180,51,186); }
H1.HeaderClassName
{
color: #B433BA;
}
.AnyTagClassName
{
color: #B433BA;
}
</style>
background-color css
<style>
a { background-color: #B433BA; }
a { background-color: rgb(180,51,186); }
div.DivClassName
{
background-color: #B433BA;
}
.BgClassName
{
background-color: #B433BA;
}
</style>
border-color css
<style>
span { border-color: #B433BA; }
span { border-color: rgb(180,51,186); }
td.TdClassName
{
border-color: #B433BA;
}
.TagClassName
{
border-color: #B433BA;
}
</style>