Shades of Fuchsia #B953C0
Tints of Fuchsia #B953C0
RGB
CMYK
RGB Variations
Color information
#B953C0 (or 0xB953C0) is known color: Fuchsia. HEX triplet: B9, 53 and C0. RGB value is (185,83,192). Sum of RGB (Red+Green+Blue) = 185+83+192=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 192 - color contains mainly: blue. Hex color #B953C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953C0 is #46AC3F. Grayscale: #7D7D7D. Windows color (decimal): -4631616 or 12604345. OLE color: 12604345.
HSL color Cylindrical-coordinate representation of color #B953C0: hue angle of 296.15º degrees, saturation: 0.46, 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 #B953C0 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 83 | 192 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.25 |
| HSL | 296.15º | 0.46% | 0.54% | - |
| HSV(B) | 296.15º | 0.57% | 0.75% | - |
| XYZ | 32.62 | 20.31 | 52.07 | - |
| YUV | 125.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 192 | 0.04 | 0.57 | 0 | 0.25 | 296.15 | 0.46 | 0.54 |
| Hex | B9 | 53 | C0 | 4 | 39 | 0 | 19 | 128 | 2E | 36 |
| Octal | 271 | 123 | 300 | 4 | 71 | 0 | 31 | 450 | 56 | 66 |
| Binary | 10111001 | 1010011 | 11000000 | 100 | 111001 | 0 | 11001 | 100101000 | 101110 | 110110 |
Color Harmonies of #B953C0
Complementary color
Monochromatic Colors of #B953C0
Black with #B953C0
Text Example
Text Example
White with #B953C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953C0; }
p { color: rgb(185,83,192); }
H1.HeaderClassName
{
color: #B953C0;
}
.AnyTagClassName
{
color: #B953C0;
}
</style>
background-color css
<style>
a { background-color: #B953C0; }
a { background-color: rgb(185,83,192); }
div.DivClassName
{
background-color: #B953C0;
}
.BgClassName
{
background-color: #B953C0;
}
</style>
border-color css
<style>
span { border-color: #B953C0; }
span { border-color: rgb(185,83,192); }
td.TdClassName
{
border-color: #B953C0;
}
.TagClassName
{
border-color: #B953C0;
}
</style>