Shades of Fuchsia #B948B0
Tints of Fuchsia #B948B0
RGB
CMYK
RGB Variations
Color information
#B948B0 (or 0xB948B0) is known color: Fuchsia. HEX triplet: B9, 48 and B0. RGB value is (185,72,176). Sum of RGB (Red+Green+Blue) = 185+72+176=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B948B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948B0 is #46B74F. Grayscale: #757575. Windows color (decimal): -4634448 or 11552953. OLE color: 11552953.
HSL color Cylindrical-coordinate representation of color #B948B0: hue angle of 304.78º 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 #B948B0 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 176 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.27 |
| HSL | 304.78º | 0.45% | 0.5% | - |
| HSV(B) | 304.78º | 0.61% | 0.73% | - |
| XYZ | 30.16 | 18.08 | 42.98 | - |
| YUV | 117.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 176 | 0 | 0.61 | 0.05 | 0.27 | 304.78 | 0.45 | 0.5 |
| Hex | B9 | 48 | B0 | 0 | 3D | 5 | 1B | 131 | 2D | 32 |
| Octal | 271 | 110 | 260 | 0 | 75 | 5 | 33 | 461 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10110000 | 0 | 111101 | 101 | 11011 | 100110001 | 101101 | 110010 |
Color Harmonies of #B948B0
Complementary color
Monochromatic Colors of #B948B0
Black with #B948B0
Text Example
Text Example
White with #B948B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948B0; }
p { color: rgb(185,72,176); }
H1.HeaderClassName
{
color: #B948B0;
}
.AnyTagClassName
{
color: #B948B0;
}
</style>
background-color css
<style>
a { background-color: #B948B0; }
a { background-color: rgb(185,72,176); }
div.DivClassName
{
background-color: #B948B0;
}
.BgClassName
{
background-color: #B948B0;
}
</style>
border-color css
<style>
span { border-color: #B948B0; }
span { border-color: rgb(185,72,176); }
td.TdClassName
{
border-color: #B948B0;
}
.TagClassName
{
border-color: #B948B0;
}
</style>