Shades of Fuchsia #B752C0
Tints of Fuchsia #B752C0
RGB
CMYK
RGB Variations
Color information
#B752C0 (or 0xB752C0) is known color: Fuchsia. HEX triplet: B7, 52 and C0. RGB value is (183,82,192). Sum of RGB (Red+Green+Blue) = 183+82+192=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B752C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752C0 is #48AD3F. Grayscale: #7C7C7C. Windows color (decimal): -4762944 or 12604087. OLE color: 12604087.
HSL color Cylindrical-coordinate representation of color #B752C0: hue angle of 295.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B752C0 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 82 | 192 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.25 |
| HSL | 295.09º | 0.47% | 0.54% | - |
| HSV(B) | 295.09º | 0.57% | 0.75% | - |
| XYZ | 32.06 | 19.91 | 52.02 | - |
| YUV | 124.74 | 165.96 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 192 | 0.05 | 0.57 | 0 | 0.25 | 295.09 | 0.47 | 0.54 |
| Hex | B7 | 52 | C0 | 5 | 39 | 0 | 19 | 127 | 2F | 36 |
| Octal | 267 | 122 | 300 | 5 | 71 | 0 | 31 | 447 | 57 | 66 |
| Binary | 10110111 | 1010010 | 11000000 | 101 | 111001 | 0 | 11001 | 100100111 | 101111 | 110110 |
Color Harmonies of #B752C0
Complementary color
Monochromatic Colors of #B752C0
Black with #B752C0
Text Example
Text Example
White with #B752C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752C0; }
p { color: rgb(183,82,192); }
H1.HeaderClassName
{
color: #B752C0;
}
.AnyTagClassName
{
color: #B752C0;
}
</style>
background-color css
<style>
a { background-color: #B752C0; }
a { background-color: rgb(183,82,192); }
div.DivClassName
{
background-color: #B752C0;
}
.BgClassName
{
background-color: #B752C0;
}
</style>
border-color css
<style>
span { border-color: #B752C0; }
span { border-color: rgb(183,82,192); }
td.TdClassName
{
border-color: #B752C0;
}
.TagClassName
{
border-color: #B752C0;
}
</style>