Shades of Fuchsia #B445BB
Tints of Fuchsia #B445BB
RGB
CMYK
RGB Variations
Color information
#B445BB (or 0xB445BB) is known color: Fuchsia. HEX triplet: B4, 45 and BB. RGB value is (180,69,187). Sum of RGB (Red+Green+Blue) = 180+69+187=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 187 - color contains mainly: blue. Hex color #B445BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B445BB is #4BBA44. Grayscale: #737373. Windows color (decimal): -4962885 or 12273076. OLE color: 12273076.
HSL color Cylindrical-coordinate representation of color #B445BB: hue angle of 296.44º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B445BB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 69 | 187 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.27 |
| HSL | 296.44º | 0.46% | 0.5% | - |
| HSV(B) | 296.44º | 0.63% | 0.73% | - |
| XYZ | 29.92 | 17.55 | 48.82 | - |
| YUV | 115.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 187 | 0.04 | 0.63 | 0 | 0.27 | 296.44 | 0.46 | 0.5 |
| Hex | B4 | 45 | BB | 4 | 3F | 0 | 1B | 128 | 2E | 32 |
| Octal | 264 | 105 | 273 | 4 | 77 | 0 | 33 | 450 | 56 | 62 |
| Binary | 10110100 | 1000101 | 10111011 | 100 | 111111 | 0 | 11011 | 100101000 | 101110 | 110010 |
Color Harmonies of #B445BB
Complementary color
Monochromatic Colors of #B445BB
Black with #B445BB
Text Example
Text Example
White with #B445BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B445BB; }
p { color: rgb(180,69,187); }
H1.HeaderClassName
{
color: #B445BB;
}
.AnyTagClassName
{
color: #B445BB;
}
</style>
background-color css
<style>
a { background-color: #B445BB; }
a { background-color: rgb(180,69,187); }
div.DivClassName
{
background-color: #B445BB;
}
.BgClassName
{
background-color: #B445BB;
}
</style>
border-color css
<style>
span { border-color: #B445BB; }
span { border-color: rgb(180,69,187); }
td.TdClassName
{
border-color: #B445BB;
}
.TagClassName
{
border-color: #B445BB;
}
</style>