Shades of Fuchsia #B752BA
Tints of Fuchsia #B752BA
RGB
CMYK
RGB Variations
Color information
#B752BA (or 0xB752BA) is known color: Fuchsia. HEX triplet: B7, 52 and BA. RGB value is (183,82,186). Sum of RGB (Red+Green+Blue) = 183+82+186=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 186 - color contains mainly: blue. Hex color #B752BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752BA is #48AD45. Grayscale: #7B7B7B. Windows color (decimal): -4762950 or 12210871. OLE color: 12210871.
HSL color Cylindrical-coordinate representation of color #B752BA: hue angle of 298.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B752BA is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 82 | 186 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.27 |
| HSL | 298.27º | 0.43% | 0.53% | - |
| HSV(B) | 298.27º | 0.56% | 0.73% | - |
| XYZ | 31.41 | 19.65 | 48.59 | - |
| YUV | 124.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 186 | 0.02 | 0.56 | 0 | 0.27 | 298.27 | 0.43 | 0.53 |
| Hex | B7 | 52 | BA | 2 | 38 | 0 | 1B | 12A | 2B | 35 |
| Octal | 267 | 122 | 272 | 2 | 70 | 0 | 33 | 452 | 53 | 65 |
| Binary | 10110111 | 1010010 | 10111010 | 10 | 111000 | 0 | 11011 | 100101010 | 101011 | 110101 |
Color Harmonies of #B752BA
Complementary color
Monochromatic Colors of #B752BA
Black with #B752BA
Text Example
Text Example
White with #B752BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752BA; }
p { color: rgb(183,82,186); }
H1.HeaderClassName
{
color: #B752BA;
}
.AnyTagClassName
{
color: #B752BA;
}
</style>
background-color css
<style>
a { background-color: #B752BA; }
a { background-color: rgb(183,82,186); }
div.DivClassName
{
background-color: #B752BA;
}
.BgClassName
{
background-color: #B752BA;
}
</style>
border-color css
<style>
span { border-color: #B752BA; }
span { border-color: rgb(183,82,186); }
td.TdClassName
{
border-color: #B752BA;
}
.TagClassName
{
border-color: #B752BA;
}
</style>