Shades of Fuchsia #B443BB
Tints of Fuchsia #B443BB
RGB
CMYK
RGB Variations
Color information
#B443BB (or 0xB443BB) is known color: Fuchsia. HEX triplet: B4, 43 and BB. RGB value is (180,67,187). Sum of RGB (Red+Green+Blue) = 180+67+187=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B443BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B443BB is #4BBC44. Grayscale: #727272. Windows color (decimal): -4963397 or 12272564. OLE color: 12272564.
HSL color Cylindrical-coordinate representation of color #B443BB: hue angle of 296.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B443BB is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 67 | 187 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.27 |
| HSL | 296.5º | 0.47% | 0.5% | - |
| HSV(B) | 296.5º | 0.64% | 0.73% | - |
| XYZ | 29.8 | 17.31 | 48.78 | - |
| YUV | 114.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 67 | 187 | 0.04 | 0.64 | 0 | 0.27 | 296.5 | 0.47 | 0.5 |
| Hex | B4 | 43 | BB | 4 | 40 | 0 | 1B | 128 | 2F | 32 |
| Octal | 264 | 103 | 273 | 4 | 100 | 0 | 33 | 450 | 57 | 62 |
| Binary | 10110100 | 1000011 | 10111011 | 100 | 1000000 | 0 | 11011 | 100101000 | 101111 | 110010 |
Color Harmonies of #B443BB
Complementary color
Monochromatic Colors of #B443BB
Black with #B443BB
Text Example
Text Example
White with #B443BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B443BB; }
p { color: rgb(180,67,187); }
H1.HeaderClassName
{
color: #B443BB;
}
.AnyTagClassName
{
color: #B443BB;
}
</style>
background-color css
<style>
a { background-color: #B443BB; }
a { background-color: rgb(180,67,187); }
div.DivClassName
{
background-color: #B443BB;
}
.BgClassName
{
background-color: #B443BB;
}
</style>
border-color css
<style>
span { border-color: #B443BB; }
span { border-color: rgb(180,67,187); }
td.TdClassName
{
border-color: #B443BB;
}
.TagClassName
{
border-color: #B443BB;
}
</style>