Shades of Fuchsia #B746B5
Tints of Fuchsia #B746B5
RGB
CMYK
RGB Variations
Color information
#B746B5 (or 0xB746B5) is known color: Fuchsia. HEX triplet: B7, 46 and B5. RGB value is (183,70,181). Sum of RGB (Red+Green+Blue) = 183+70+181=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B746B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746B5 is #48B94A. Grayscale: #747474. Windows color (decimal): -4766027 or 11880119. OLE color: 11880119.
HSL color Cylindrical-coordinate representation of color #B746B5: hue angle of 301.06º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B746B5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 181 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.28 |
| HSL | 301.06º | 0.45% | 0.5% | - |
| HSV(B) | 301.06º | 0.62% | 0.72% | - |
| XYZ | 30.06 | 17.78 | 45.56 | - |
| YUV | 116.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 181 | 0 | 0.62 | 0.01 | 0.28 | 301.06 | 0.45 | 0.5 |
| Hex | B7 | 46 | B5 | 0 | 3E | 1 | 1C | 12D | 2D | 32 |
| Octal | 267 | 106 | 265 | 0 | 76 | 1 | 34 | 455 | 55 | 62 |
| Binary | 10110111 | 1000110 | 10110101 | 0 | 111110 | 1 | 11100 | 100101101 | 101101 | 110010 |
Color Harmonies of #B746B5
Complementary color
Monochromatic Colors of #B746B5
Black with #B746B5
Text Example
Text Example
White with #B746B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746B5; }
p { color: rgb(183,70,181); }
H1.HeaderClassName
{
color: #B746B5;
}
.AnyTagClassName
{
color: #B746B5;
}
</style>
background-color css
<style>
a { background-color: #B746B5; }
a { background-color: rgb(183,70,181); }
div.DivClassName
{
background-color: #B746B5;
}
.BgClassName
{
background-color: #B746B5;
}
</style>
border-color css
<style>
span { border-color: #B746B5; }
span { border-color: rgb(183,70,181); }
td.TdClassName
{
border-color: #B746B5;
}
.TagClassName
{
border-color: #B746B5;
}
</style>