Shades of Fuchsia #B746BB
Tints of Fuchsia #B746BB
RGB
CMYK
RGB Variations
Color information
#B746BB (or 0xB746BB) is known color: Fuchsia. HEX triplet: B7, 46 and BB. RGB value is (183,70,187). Sum of RGB (Red+Green+Blue) = 183+70+187=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #B746BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746BB is #48B944. Grayscale: #747474. Windows color (decimal): -4766021 or 12273335. OLE color: 12273335.
HSL color Cylindrical-coordinate representation of color #B746BB: hue angle of 297.95º 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 #B746BB is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 70 | 187 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.27 |
| HSL | 297.95º | 0.46% | 0.5% | - |
| HSV(B) | 297.95º | 0.63% | 0.73% | - |
| XYZ | 30.69 | 18.04 | 48.88 | - |
| YUV | 117.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 187 | 0.02 | 0.63 | 0 | 0.27 | 297.95 | 0.46 | 0.5 |
| Hex | B7 | 46 | BB | 2 | 3F | 0 | 1B | 12A | 2E | 32 |
| Octal | 267 | 106 | 273 | 2 | 77 | 0 | 33 | 452 | 56 | 62 |
| Binary | 10110111 | 1000110 | 10111011 | 10 | 111111 | 0 | 11011 | 100101010 | 101110 | 110010 |
Color Harmonies of #B746BB
Complementary color
Monochromatic Colors of #B746BB
Black with #B746BB
Text Example
Text Example
White with #B746BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746BB; }
p { color: rgb(183,70,187); }
H1.HeaderClassName
{
color: #B746BB;
}
.AnyTagClassName
{
color: #B746BB;
}
</style>
background-color css
<style>
a { background-color: #B746BB; }
a { background-color: rgb(183,70,187); }
div.DivClassName
{
background-color: #B746BB;
}
.BgClassName
{
background-color: #B746BB;
}
</style>
border-color css
<style>
span { border-color: #B746BB; }
span { border-color: rgb(183,70,187); }
td.TdClassName
{
border-color: #B746BB;
}
.TagClassName
{
border-color: #B746BB;
}
</style>