Shades of Fuchsia #B650BB
Tints of Fuchsia #B650BB
RGB
CMYK
RGB Variations
Color information
#B650BB (or 0xB650BB) is known color: Fuchsia. HEX triplet: B6, 50 and BB. RGB value is (182,80,187). Sum of RGB (Red+Green+Blue) = 182+80+187=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B650BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650BB is #49AF44. Grayscale: #7A7A7A. Windows color (decimal): -4828997 or 12275894. OLE color: 12275894.
HSL color Cylindrical-coordinate representation of color #B650BB: hue angle of 297.2º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B650BB is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 80 | 187 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.27 |
| HSL | 297.2º | 0.44% | 0.52% | - |
| HSV(B) | 297.2º | 0.57% | 0.73% | - |
| XYZ | 31.13 | 19.27 | 49.09 | - |
| YUV | 122.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 80 | 187 | 0.03 | 0.57 | 0 | 0.27 | 297.2 | 0.44 | 0.52 |
| Hex | B6 | 50 | BB | 3 | 39 | 0 | 1B | 129 | 2C | 34 |
| Octal | 266 | 120 | 273 | 3 | 71 | 0 | 33 | 451 | 54 | 64 |
| Binary | 10110110 | 1010000 | 10111011 | 11 | 111001 | 0 | 11011 | 100101001 | 101100 | 110100 |
Color Harmonies of #B650BB
Complementary color
Monochromatic Colors of #B650BB
Black with #B650BB
Text Example
Text Example
White with #B650BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B650BB; }
p { color: rgb(182,80,187); }
H1.HeaderClassName
{
color: #B650BB;
}
.AnyTagClassName
{
color: #B650BB;
}
</style>
background-color css
<style>
a { background-color: #B650BB; }
a { background-color: rgb(182,80,187); }
div.DivClassName
{
background-color: #B650BB;
}
.BgClassName
{
background-color: #B650BB;
}
</style>
border-color css
<style>
span { border-color: #B650BB; }
span { border-color: rgb(182,80,187); }
td.TdClassName
{
border-color: #B650BB;
}
.TagClassName
{
border-color: #B650BB;
}
</style>