Shades of Fuchsia #B752B8
Tints of Fuchsia #B752B8
RGB
CMYK
RGB Variations
Color information
#B752B8 (or 0xB752B8) is known color: Fuchsia. HEX triplet: B7, 52 and B8. RGB value is (183,82,184). Sum of RGB (Red+Green+Blue) = 183+82+184=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 184 (72.27% from 255 or 40.98% from 449); Max value from RGB is 184 - color contains mainly: blue. Hex color #B752B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B752B8 is #48AD47. Grayscale: #7B7B7B. Windows color (decimal): -4762952 or 12079799. OLE color: 12079799.
HSL color Cylindrical-coordinate representation of color #B752B8: hue angle of 299.41º degrees, saturation: 0.42, 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 #B752B8 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 184 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.28 |
| HSL | 299.41º | 0.42% | 0.52% | - |
| HSV(B) | 299.41º | 0.55% | 0.72% | - |
| XYZ | 31.2 | 19.56 | 47.48 | - |
| YUV | 123.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 184 | 0.01 | 0.55 | 0 | 0.28 | 299.41 | 0.42 | 0.52 |
| Hex | B7 | 52 | B8 | 1 | 37 | 0 | 1C | 12B | 2A | 34 |
| Octal | 267 | 122 | 270 | 1 | 67 | 0 | 34 | 453 | 52 | 64 |
| Binary | 10110111 | 1010010 | 10111000 | 1 | 110111 | 0 | 11100 | 100101011 | 101010 | 110100 |
Color Harmonies of #B752B8
Complementary color
Monochromatic Colors of #B752B8
Black with #B752B8
Text Example
Text Example
White with #B752B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B752B8; }
p { color: rgb(183,82,184); }
H1.HeaderClassName
{
color: #B752B8;
}
.AnyTagClassName
{
color: #B752B8;
}
</style>
background-color css
<style>
a { background-color: #B752B8; }
a { background-color: rgb(183,82,184); }
div.DivClassName
{
background-color: #B752B8;
}
.BgClassName
{
background-color: #B752B8;
}
</style>
border-color css
<style>
span { border-color: #B752B8; }
span { border-color: rgb(183,82,184); }
td.TdClassName
{
border-color: #B752B8;
}
.TagClassName
{
border-color: #B752B8;
}
</style>