Shades of Fuchsia #B948AF
Tints of Fuchsia #B948AF
RGB
CMYK
RGB Variations
Color information
#B948AF (or 0xB948AF) is known color: Fuchsia. HEX triplet: B9, 48 and AF. RGB value is (185,72,175). Sum of RGB (Red+Green+Blue) = 185+72+175=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B948AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948AF is #46B750. Grayscale: #757575. Windows color (decimal): -4634449 or 11487417. OLE color: 11487417.
HSL color Cylindrical-coordinate representation of color #B948AF: hue angle of 305.31º 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 #B948AF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 175 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.27 |
| HSL | 305.31º | 0.45% | 0.5% | - |
| HSV(B) | 305.31º | 0.61% | 0.73% | - |
| XYZ | 30.06 | 18.04 | 42.46 | - |
| YUV | 117.53 | 160.44 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 175 | 0 | 0.61 | 0.05 | 0.27 | 305.31 | 0.45 | 0.5 |
| Hex | B9 | 48 | AF | 0 | 3D | 5 | 1B | 131 | 2D | 32 |
| Octal | 271 | 110 | 257 | 0 | 75 | 5 | 33 | 461 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10101111 | 0 | 111101 | 101 | 11011 | 100110001 | 101101 | 110010 |
Color Harmonies of #B948AF
Complementary color
Monochromatic Colors of #B948AF
Black with #B948AF
Text Example
Text Example
White with #B948AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948AF; }
p { color: rgb(185,72,175); }
H1.HeaderClassName
{
color: #B948AF;
}
.AnyTagClassName
{
color: #B948AF;
}
</style>
background-color css
<style>
a { background-color: #B948AF; }
a { background-color: rgb(185,72,175); }
div.DivClassName
{
background-color: #B948AF;
}
.BgClassName
{
background-color: #B948AF;
}
</style>
border-color css
<style>
span { border-color: #B948AF; }
span { border-color: rgb(185,72,175); }
td.TdClassName
{
border-color: #B948AF;
}
.TagClassName
{
border-color: #B948AF;
}
</style>