Shades of Fuchsia #B948B7
Tints of Fuchsia #B948B7
RGB
CMYK
RGB Variations
Color information
#B948B7 (or 0xB948B7) is known color: Fuchsia. HEX triplet: B9, 48 and B7. RGB value is (185,72,183). Sum of RGB (Red+Green+Blue) = 185+72+183=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B948B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948B7 is #46B748. Grayscale: #767676. Windows color (decimal): -4634441 or 12011705. OLE color: 12011705.
HSL color Cylindrical-coordinate representation of color #B948B7: hue angle of 301.06º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B948B7 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 183 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.27 |
| HSL | 301.06º | 0.45% | 0.5% | - |
| HSV(B) | 301.06º | 0.61% | 0.73% | - |
| XYZ | 30.87 | 18.37 | 46.72 | - |
| YUV | 118.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 183 | 0 | 0.61 | 0.01 | 0.27 | 301.06 | 0.45 | 0.5 |
| Hex | B9 | 48 | B7 | 0 | 3D | 1 | 1B | 12D | 2D | 32 |
| Octal | 271 | 110 | 267 | 0 | 75 | 1 | 33 | 455 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10110111 | 0 | 111101 | 1 | 11011 | 100101101 | 101101 | 110010 |
Color Harmonies of #B948B7
Complementary color
Monochromatic Colors of #B948B7
Black with #B948B7
Text Example
Text Example
White with #B948B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948B7; }
p { color: rgb(185,72,183); }
H1.HeaderClassName
{
color: #B948B7;
}
.AnyTagClassName
{
color: #B948B7;
}
</style>
background-color css
<style>
a { background-color: #B948B7; }
a { background-color: rgb(185,72,183); }
div.DivClassName
{
background-color: #B948B7;
}
.BgClassName
{
background-color: #B948B7;
}
</style>
border-color css
<style>
span { border-color: #B948B7; }
span { border-color: rgb(185,72,183); }
td.TdClassName
{
border-color: #B948B7;
}
.TagClassName
{
border-color: #B948B7;
}
</style>