Shades of Fuchsia #B953B7
Tints of Fuchsia #B953B7
RGB
CMYK
RGB Variations
Color information
#B953B7 (or 0xB953B7) is known color: Fuchsia. HEX triplet: B9, 53 and B7. RGB value is (185,83,183). Sum of RGB (Red+Green+Blue) = 185+83+183=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B953B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953B7 is #46AC48. Grayscale: #7C7C7C. Windows color (decimal): -4631625 or 12014521. OLE color: 12014521.
HSL color Cylindrical-coordinate representation of color #B953B7: hue angle of 301.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B953B7 is Cyan = 0, Magento = 0.55, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 183 | - |
| CMYK | 0 | 0.55 | 0.01 | 0.27 |
| HSL | 301.18º | 0.42% | 0.53% | - |
| HSV(B) | 301.18º | 0.55% | 0.73% | - |
| XYZ | 31.65 | 19.92 | 46.98 | - |
| YUV | 124.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 183 | 0 | 0.55 | 0.01 | 0.27 | 301.18 | 0.42 | 0.53 |
| Hex | B9 | 53 | B7 | 0 | 37 | 1 | 1B | 12D | 2A | 35 |
| Octal | 271 | 123 | 267 | 0 | 67 | 1 | 33 | 455 | 52 | 65 |
| Binary | 10111001 | 1010011 | 10110111 | 0 | 110111 | 1 | 11011 | 100101101 | 101010 | 110101 |
Color Harmonies of #B953B7
Complementary color
Monochromatic Colors of #B953B7
Black with #B953B7
Text Example
Text Example
White with #B953B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B953B7; }
p { color: rgb(185,83,183); }
H1.HeaderClassName
{
color: #B953B7;
}
.AnyTagClassName
{
color: #B953B7;
}
</style>
background-color css
<style>
a { background-color: #B953B7; }
a { background-color: rgb(185,83,183); }
div.DivClassName
{
background-color: #B953B7;
}
.BgClassName
{
background-color: #B953B7;
}
</style>
border-color css
<style>
span { border-color: #B953B7; }
span { border-color: rgb(185,83,183); }
td.TdClassName
{
border-color: #B953B7;
}
.TagClassName
{
border-color: #B953B7;
}
</style>