Shades of Fuchsia #B948BC
Tints of Fuchsia #B948BC
RGB
CMYK
RGB Variations
Color information
#B948BC (or 0xB948BC) is known color: Fuchsia. HEX triplet: B9, 48 and BC. RGB value is (185,72,188). Sum of RGB (Red+Green+Blue) = 185+72+188=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #B948BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B948BC is #46B743. Grayscale: #767676. Windows color (decimal): -4634436 or 12339385. OLE color: 12339385.
HSL color Cylindrical-coordinate representation of color #B948BC: hue angle of 298.45º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B948BC is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 72 | 188 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.26 |
| HSL | 298.45º | 0.46% | 0.51% | - |
| HSV(B) | 298.45º | 0.62% | 0.74% | - |
| XYZ | 31.4 | 18.58 | 49.51 | - |
| YUV | 119.01 | 166.94 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 188 | 0.02 | 0.62 | 0 | 0.26 | 298.45 | 0.46 | 0.51 |
| Hex | B9 | 48 | BC | 2 | 3E | 0 | 1A | 12A | 2E | 33 |
| Octal | 271 | 110 | 274 | 2 | 76 | 0 | 32 | 452 | 56 | 63 |
| Binary | 10111001 | 1001000 | 10111100 | 10 | 111110 | 0 | 11010 | 100101010 | 101110 | 110011 |
Color Harmonies of #B948BC
Complementary color
Monochromatic Colors of #B948BC
Black with #B948BC
Text Example
Text Example
White with #B948BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948BC; }
p { color: rgb(185,72,188); }
H1.HeaderClassName
{
color: #B948BC;
}
.AnyTagClassName
{
color: #B948BC;
}
</style>
background-color css
<style>
a { background-color: #B948BC; }
a { background-color: rgb(185,72,188); }
div.DivClassName
{
background-color: #B948BC;
}
.BgClassName
{
background-color: #B948BC;
}
</style>
border-color css
<style>
span { border-color: #B948BC; }
span { border-color: rgb(185,72,188); }
td.TdClassName
{
border-color: #B948BC;
}
.TagClassName
{
border-color: #B948BC;
}
</style>