Shades of Fuchsia #B752AF
Tints of Fuchsia #B752AF
RGB
CMYK
RGB Variations
Color information
#B752AF (or 0xB752AF) is known color: Fuchsia. HEX triplet: B7, 52 and AF. RGB value is (183,82,175). Sum of RGB (Red+Green+Blue) = 183+82+175=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B752AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B752AF is #48AD50. Grayscale: #7A7A7A. Windows color (decimal): -4762961 or 11489975. OLE color: 11489975.
HSL color Cylindrical-coordinate representation of color #B752AF: hue angle of 304.75º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B752AF is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 175 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.28 |
| HSL | 304.75º | 0.41% | 0.52% | - |
| HSV(B) | 304.75º | 0.55% | 0.72% | - |
| XYZ | 30.28 | 19.2 | 42.67 | - |
| YUV | 122.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 175 | 0 | 0.55 | 0.04 | 0.28 | 304.75 | 0.41 | 0.52 |
| Hex | B7 | 52 | AF | 0 | 37 | 4 | 1C | 131 | 29 | 34 |
| Octal | 267 | 122 | 257 | 0 | 67 | 4 | 34 | 461 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10101111 | 0 | 110111 | 100 | 11100 | 100110001 | 101001 | 110100 |
Color Harmonies of #B752AF
Complementary color
Monochromatic Colors of #B752AF
Black with #B752AF
Text Example
Text Example
White with #B752AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752AF; }
p { color: rgb(183,82,175); }
H1.HeaderClassName
{
color: #B752AF;
}
.AnyTagClassName
{
color: #B752AF;
}
</style>
background-color css
<style>
a { background-color: #B752AF; }
a { background-color: rgb(183,82,175); }
div.DivClassName
{
background-color: #B752AF;
}
.BgClassName
{
background-color: #B752AF;
}
</style>
border-color css
<style>
span { border-color: #B752AF; }
span { border-color: rgb(183,82,175); }
td.TdClassName
{
border-color: #B752AF;
}
.TagClassName
{
border-color: #B752AF;
}
</style>