Shades of Fuchsia #BB31B4
Tints of Fuchsia #BB31B4
RGB
CMYK
RGB Variations
Color information
#BB31B4 (or 0xBB31B4) is known color: Fuchsia. HEX triplet: BB, 31 and B4. RGB value is (187,49,180). Sum of RGB (Red+Green+Blue) = 187+49+180=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB31B4 is #44CE4B. Grayscale: #686868. Windows color (decimal): -4509260 or 11809211. OLE color: 11809211.
HSL color Cylindrical-coordinate representation of color #BB31B4: hue angle of 303.04º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31B4 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 180 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.27 |
| HSL | 303.04º | 0.58% | 0.46% | - |
| HSV(B) | 303.04º | 0.74% | 0.73% | - |
| XYZ | 29.83 | 16.06 | 44.71 | - |
| YUV | 105.2 | 170.22 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 180 | 0 | 0.74 | 0.04 | 0.27 | 303.04 | 0.58 | 0.46 |
| Hex | BB | 31 | B4 | 0 | 4A | 4 | 1B | 12F | 3A | 2E |
| Octal | 273 | 61 | 264 | 0 | 112 | 4 | 33 | 457 | 72 | 56 |
| Binary | 10111011 | 110001 | 10110100 | 0 | 1001010 | 100 | 11011 | 100101111 | 111010 | 101110 |
Color Harmonies of #BB31B4
Complementary color
Monochromatic Colors of #BB31B4
Black with #BB31B4
Text Example
Text Example
White with #BB31B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB31B4; }
p { color: rgb(187,49,180); }
H1.HeaderClassName
{
color: #BB31B4;
}
.AnyTagClassName
{
color: #BB31B4;
}
</style>
background-color css
<style>
a { background-color: #BB31B4; }
a { background-color: rgb(187,49,180); }
div.DivClassName
{
background-color: #BB31B4;
}
.BgClassName
{
background-color: #BB31B4;
}
</style>
border-color css
<style>
span { border-color: #BB31B4; }
span { border-color: rgb(187,49,180); }
td.TdClassName
{
border-color: #BB31B4;
}
.TagClassName
{
border-color: #BB31B4;
}
</style>