Shades of Fuchsia #B446BB
Tints of Fuchsia #B446BB
RGB
CMYK
RGB Variations
Color information
#B446BB (or 0xB446BB) is known color: Fuchsia. HEX triplet: B4, 46 and BB. RGB value is (180,70,187). Sum of RGB (Red+Green+Blue) = 180+70+187=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B446BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BB is #4BB944. Grayscale: #737373. Windows color (decimal): -4962629 or 12273332. OLE color: 12273332.
HSL color Cylindrical-coordinate representation of color #B446BB: hue angle of 296.41º 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 #B446BB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 70 | 187 | - |
| CMYK | 0.04 | 0.63 | 0 | 0.27 |
| HSL | 296.41º | 0.46% | 0.5% | - |
| HSV(B) | 296.41º | 0.63% | 0.73% | - |
| XYZ | 29.98 | 17.67 | 48.84 | - |
| YUV | 116.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 70 | 187 | 0.04 | 0.63 | 0 | 0.27 | 296.41 | 0.46 | 0.5 |
| Hex | B4 | 46 | BB | 4 | 3F | 0 | 1B | 128 | 2E | 32 |
| Octal | 264 | 106 | 273 | 4 | 77 | 0 | 33 | 450 | 56 | 62 |
| Binary | 10110100 | 1000110 | 10111011 | 100 | 111111 | 0 | 11011 | 100101000 | 101110 | 110010 |
Color Harmonies of #B446BB
Complementary color
Monochromatic Colors of #B446BB
Black with #B446BB
Text Example
Text Example
White with #B446BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B446BB; }
p { color: rgb(180,70,187); }
H1.HeaderClassName
{
color: #B446BB;
}
.AnyTagClassName
{
color: #B446BB;
}
</style>
background-color css
<style>
a { background-color: #B446BB; }
a { background-color: rgb(180,70,187); }
div.DivClassName
{
background-color: #B446BB;
}
.BgClassName
{
background-color: #B446BB;
}
</style>
border-color css
<style>
span { border-color: #B446BB; }
span { border-color: rgb(180,70,187); }
td.TdClassName
{
border-color: #B446BB;
}
.TagClassName
{
border-color: #B446BB;
}
</style>