Shades of Fuchsia #B752BC
Tints of Fuchsia #B752BC
RGB
CMYK
RGB Variations
Color information
#B752BC (or 0xB752BC) is known color: Fuchsia. HEX triplet: B7, 52 and BC. RGB value is (183,82,188). Sum of RGB (Red+Green+Blue) = 183+82+188=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #B752BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752BC is #48AD43. Grayscale: #7B7B7B. Windows color (decimal): -4762948 or 12341943. OLE color: 12341943.
HSL color Cylindrical-coordinate representation of color #B752BC: hue angle of 297.17º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B752BC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 82 | 188 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.26 |
| HSL | 297.17º | 0.44% | 0.53% | - |
| HSV(B) | 297.17º | 0.56% | 0.74% | - |
| XYZ | 31.62 | 19.73 | 49.72 | - |
| YUV | 124.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 188 | 0.03 | 0.56 | 0 | 0.26 | 297.17 | 0.44 | 0.53 |
| Hex | B7 | 52 | BC | 3 | 38 | 0 | 1A | 129 | 2C | 35 |
| Octal | 267 | 122 | 274 | 3 | 70 | 0 | 32 | 451 | 54 | 65 |
| Binary | 10110111 | 1010010 | 10111100 | 11 | 111000 | 0 | 11010 | 100101001 | 101100 | 110101 |
Color Harmonies of #B752BC
Complementary color
Monochromatic Colors of #B752BC
Black with #B752BC
Text Example
Text Example
White with #B752BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752BC; }
p { color: rgb(183,82,188); }
H1.HeaderClassName
{
color: #B752BC;
}
.AnyTagClassName
{
color: #B752BC;
}
</style>
background-color css
<style>
a { background-color: #B752BC; }
a { background-color: rgb(183,82,188); }
div.DivClassName
{
background-color: #B752BC;
}
.BgClassName
{
background-color: #B752BC;
}
</style>
border-color css
<style>
span { border-color: #B752BC; }
span { border-color: rgb(183,82,188); }
td.TdClassName
{
border-color: #B752BC;
}
.TagClassName
{
border-color: #B752BC;
}
</style>