Shades of Fuchsia #B746BD
Tints of Fuchsia #B746BD
RGB
CMYK
RGB Variations
Color information
#B746BD (or 0xB746BD) is known color: Fuchsia. HEX triplet: B7, 46 and BD. RGB value is (183,70,189). Sum of RGB (Red+Green+Blue) = 183+70+189=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #B746BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746BD is #48B942. Grayscale: #747474. Windows color (decimal): -4766019 or 12404407. OLE color: 12404407.
HSL color Cylindrical-coordinate representation of color #B746BD: hue angle of 296.97º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B746BD is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 70 | 189 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.26 |
| HSL | 296.97º | 0.47% | 0.51% | - |
| HSV(B) | 296.97º | 0.63% | 0.74% | - |
| XYZ | 30.9 | 18.12 | 50.01 | - |
| YUV | 117.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 189 | 0.03 | 0.63 | 0 | 0.26 | 296.97 | 0.47 | 0.51 |
| Hex | B7 | 46 | BD | 3 | 3F | 0 | 1A | 129 | 2F | 33 |
| Octal | 267 | 106 | 275 | 3 | 77 | 0 | 32 | 451 | 57 | 63 |
| Binary | 10110111 | 1000110 | 10111101 | 11 | 111111 | 0 | 11010 | 100101001 | 101111 | 110011 |
Color Harmonies of #B746BD
Complementary color
Monochromatic Colors of #B746BD
Black with #B746BD
Text Example
Text Example
White with #B746BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B746BD; }
p { color: rgb(183,70,189); }
H1.HeaderClassName
{
color: #B746BD;
}
.AnyTagClassName
{
color: #B746BD;
}
</style>
background-color css
<style>
a { background-color: #B746BD; }
a { background-color: rgb(183,70,189); }
div.DivClassName
{
background-color: #B746BD;
}
.BgClassName
{
background-color: #B746BD;
}
</style>
border-color css
<style>
span { border-color: #B746BD; }
span { border-color: rgb(183,70,189); }
td.TdClassName
{
border-color: #B746BD;
}
.TagClassName
{
border-color: #B746BD;
}
</style>