Shades of Fuchsia #B94EBB
Tints of Fuchsia #B94EBB
RGB
CMYK
RGB Variations
Color information
#B94EBB (or 0xB94EBB) is known color: Fuchsia. HEX triplet: B9, 4E and BB. RGB value is (185,78,187). Sum of RGB (Red+Green+Blue) = 185+78+187=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #B94EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EBB is #46B144. Grayscale: #7A7A7A. Windows color (decimal): -4632901 or 12275385. OLE color: 12275385.
HSL color Cylindrical-coordinate representation of color #B94EBB: hue angle of 298.9º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94EBB is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 78 | 187 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.27 |
| HSL | 298.9º | 0.44% | 0.52% | - |
| HSV(B) | 298.9º | 0.58% | 0.73% | - |
| XYZ | 31.7 | 19.35 | 49.08 | - |
| YUV | 122.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 78 | 187 | 0.01 | 0.58 | 0 | 0.27 | 298.9 | 0.44 | 0.52 |
| Hex | B9 | 4E | BB | 1 | 3A | 0 | 1B | 12B | 2C | 34 |
| Octal | 271 | 116 | 273 | 1 | 72 | 0 | 33 | 453 | 54 | 64 |
| Binary | 10111001 | 1001110 | 10111011 | 1 | 111010 | 0 | 11011 | 100101011 | 101100 | 110100 |
Color Harmonies of #B94EBB
Complementary color
Monochromatic Colors of #B94EBB
Black with #B94EBB
Text Example
Text Example
White with #B94EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94EBB; }
p { color: rgb(185,78,187); }
H1.HeaderClassName
{
color: #B94EBB;
}
.AnyTagClassName
{
color: #B94EBB;
}
</style>
background-color css
<style>
a { background-color: #B94EBB; }
a { background-color: rgb(185,78,187); }
div.DivClassName
{
background-color: #B94EBB;
}
.BgClassName
{
background-color: #B94EBB;
}
</style>
border-color css
<style>
span { border-color: #B94EBB; }
span { border-color: rgb(185,78,187); }
td.TdClassName
{
border-color: #B94EBB;
}
.TagClassName
{
border-color: #B94EBB;
}
</style>