Shades of Fuchsia #B955BD
Tints of Fuchsia #B955BD
RGB
CMYK
RGB Variations
Color information
#B955BD (or 0xB955BD) is known color: Fuchsia. HEX triplet: B9, 55 and BD. RGB value is (185,85,189). Sum of RGB (Red+Green+Blue) = 185+85+189=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #B955BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B955BD is #46AA42. Grayscale: #7E7E7E. Windows color (decimal): -4631107 or 12408249. OLE color: 12408249.
HSL color Cylindrical-coordinate representation of color #B955BD: hue angle of 297.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B955BD is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 85 | 189 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.26 |
| HSL | 297.69º | 0.44% | 0.54% | - |
| HSV(B) | 297.69º | 0.55% | 0.74% | - |
| XYZ | 32.44 | 20.49 | 50.39 | - |
| YUV | 126.76 | 163.13 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 189 | 0.02 | 0.55 | 0 | 0.26 | 297.69 | 0.44 | 0.54 |
| Hex | B9 | 55 | BD | 2 | 37 | 0 | 1A | 12A | 2C | 36 |
| Octal | 271 | 125 | 275 | 2 | 67 | 0 | 32 | 452 | 54 | 66 |
| Binary | 10111001 | 1010101 | 10111101 | 10 | 110111 | 0 | 11010 | 100101010 | 101100 | 110110 |
Color Harmonies of #B955BD
Complementary color
Monochromatic Colors of #B955BD
Black with #B955BD
Text Example
Text Example
White with #B955BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B955BD; }
p { color: rgb(185,85,189); }
H1.HeaderClassName
{
color: #B955BD;
}
.AnyTagClassName
{
color: #B955BD;
}
</style>
background-color css
<style>
a { background-color: #B955BD; }
a { background-color: rgb(185,85,189); }
div.DivClassName
{
background-color: #B955BD;
}
.BgClassName
{
background-color: #B955BD;
}
</style>
border-color css
<style>
span { border-color: #B955BD; }
span { border-color: rgb(185,85,189); }
td.TdClassName
{
border-color: #B955BD;
}
.TagClassName
{
border-color: #B955BD;
}
</style>