Shades of Fuchsia #B652C0
Tints of Fuchsia #B652C0
RGB
CMYK
RGB Variations
Color information
#B652C0 (or 0xB652C0) is known color: Fuchsia. HEX triplet: B6, 52 and C0. RGB value is (182,82,192). Sum of RGB (Red+Green+Blue) = 182+82+192=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #B652C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652C0 is #49AD3F. Grayscale: #7C7C7C. Windows color (decimal): -4828480 or 12604086. OLE color: 12604086.
HSL color Cylindrical-coordinate representation of color #B652C0: hue angle of 294.55º 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 #B652C0 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 82 | 192 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.25 |
| HSL | 294.55º | 0.47% | 0.54% | - |
| HSV(B) | 294.55º | 0.57% | 0.75% | - |
| XYZ | 31.82 | 19.79 | 52.01 | - |
| YUV | 124.44 | 166.13 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 192 | 0.05 | 0.57 | 0 | 0.25 | 294.55 | 0.47 | 0.54 |
| Hex | B6 | 52 | C0 | 5 | 39 | 0 | 19 | 127 | 2F | 36 |
| Octal | 266 | 122 | 300 | 5 | 71 | 0 | 31 | 447 | 57 | 66 |
| Binary | 10110110 | 1010010 | 11000000 | 101 | 111001 | 0 | 11001 | 100100111 | 101111 | 110110 |
Color Harmonies of #B652C0
Complementary color
Monochromatic Colors of #B652C0
Black with #B652C0
Text Example
Text Example
White with #B652C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652C0; }
p { color: rgb(182,82,192); }
H1.HeaderClassName
{
color: #B652C0;
}
.AnyTagClassName
{
color: #B652C0;
}
</style>
background-color css
<style>
a { background-color: #B652C0; }
a { background-color: rgb(182,82,192); }
div.DivClassName
{
background-color: #B652C0;
}
.BgClassName
{
background-color: #B652C0;
}
</style>
border-color css
<style>
span { border-color: #B652C0; }
span { border-color: rgb(182,82,192); }
td.TdClassName
{
border-color: #B652C0;
}
.TagClassName
{
border-color: #B652C0;
}
</style>