Shades of Fuchsia #B948A4
Tints of Fuchsia #B948A4
RGB
CMYK
RGB Variations
Color information
#B948A4 (or 0xB948A4) is known color: Fuchsia. HEX triplet: B9, 48 and A4. RGB value is (185,72,164). Sum of RGB (Red+Green+Blue) = 185+72+164=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 164 (64.45% from 255 or 38.95% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B948A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B948A4 is #46B75B. Grayscale: #747474. Windows color (decimal): -4634460 or 10766521. OLE color: 10766521.
HSL color Cylindrical-coordinate representation of color #B948A4: hue angle of 311.15º 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 #B948A4 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 72 | 164 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.27 |
| HSL | 311.15º | 0.45% | 0.5% | - |
| HSV(B) | 311.15º | 0.61% | 0.73% | - |
| XYZ | 29.03 | 17.63 | 36.99 | - |
| YUV | 116.28 | 154.94 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 72 | 164 | 0 | 0.61 | 0.11 | 0.27 | 311.15 | 0.45 | 0.5 |
| Hex | B9 | 48 | A4 | 0 | 3D | B | 1B | 137 | 2D | 32 |
| Octal | 271 | 110 | 244 | 0 | 75 | 13 | 33 | 467 | 55 | 62 |
| Binary | 10111001 | 1001000 | 10100100 | 0 | 111101 | 1011 | 11011 | 100110111 | 101101 | 110010 |
Color Harmonies of #B948A4
Complementary color
Monochromatic Colors of #B948A4
Black with #B948A4
Text Example
Text Example
White with #B948A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B948A4; }
p { color: rgb(185,72,164); }
H1.HeaderClassName
{
color: #B948A4;
}
.AnyTagClassName
{
color: #B948A4;
}
</style>
background-color css
<style>
a { background-color: #B948A4; }
a { background-color: rgb(185,72,164); }
div.DivClassName
{
background-color: #B948A4;
}
.BgClassName
{
background-color: #B948A4;
}
</style>
border-color css
<style>
span { border-color: #B948A4; }
span { border-color: rgb(185,72,164); }
td.TdClassName
{
border-color: #B948A4;
}
.TagClassName
{
border-color: #B948A4;
}
</style>