Shades of Fuchsia #B436BB
Tints of Fuchsia #B436BB
RGB
CMYK
RGB Variations
Color information
#B436BB (or 0xB436BB) is known color: Fuchsia. HEX triplet: B4, 36 and BB. RGB value is (180,54,187). Sum of RGB (Red+Green+Blue) = 180+54+187=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #B436BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436BB is #4BC944. Grayscale: #6A6A6A. Windows color (decimal): -4966725 or 12269236. OLE color: 12269236.
HSL color Cylindrical-coordinate representation of color #B436BB: hue angle of 296.84º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B436BB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 54 | 187 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.27 |
| HSL | 296.84º | 0.55% | 0.47% | - |
| HSV(B) | 296.84º | 0.71% | 0.73% | - |
| XYZ | 29.11 | 15.93 | 48.55 | - |
| YUV | 106.84 | 173.24 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 54 | 187 | 0.04 | 0.71 | 0 | 0.27 | 296.84 | 0.55 | 0.47 |
| Hex | B4 | 36 | BB | 4 | 47 | 0 | 1B | 129 | 37 | 2F |
| Octal | 264 | 66 | 273 | 4 | 107 | 0 | 33 | 451 | 67 | 57 |
| Binary | 10110100 | 110110 | 10111011 | 100 | 1000111 | 0 | 11011 | 100101001 | 110111 | 101111 |
Color Harmonies of #B436BB
Complementary color
Monochromatic Colors of #B436BB
Black with #B436BB
Text Example
Text Example
White with #B436BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B436BB; }
p { color: rgb(180,54,187); }
H1.HeaderClassName
{
color: #B436BB;
}
.AnyTagClassName
{
color: #B436BB;
}
</style>
background-color css
<style>
a { background-color: #B436BB; }
a { background-color: rgb(180,54,187); }
div.DivClassName
{
background-color: #B436BB;
}
.BgClassName
{
background-color: #B436BB;
}
</style>
border-color css
<style>
span { border-color: #B436BB; }
span { border-color: rgb(180,54,187); }
td.TdClassName
{
border-color: #B436BB;
}
.TagClassName
{
border-color: #B436BB;
}
</style>