Shades of Fuchsia #B928BA
Tints of Fuchsia #B928BA
RGB
CMYK
RGB Variations
Color information
#B928BA (or 0xB928BA) is known color: Fuchsia. HEX triplet: B9, 28 and BA. RGB value is (185,40,186). Sum of RGB (Red+Green+Blue) = 185+40+186=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B928BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928BA is #46D745. Grayscale: #636363. Windows color (decimal): -4642630 or 12200121. OLE color: 12200121.
HSL color Cylindrical-coordinate representation of color #B928BA: hue angle of 299.59º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B928BA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 186 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.27 |
| HSL | 299.59º | 0.65% | 0.44% | - |
| HSV(B) | 299.59º | 0.78% | 0.73% | - |
| XYZ | 29.63 | 15.38 | 47.86 | - |
| YUV | 100 | 176.54 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 186 | 0.01 | 0.78 | 0 | 0.27 | 299.59 | 0.65 | 0.44 |
| Hex | B9 | 28 | BA | 1 | 4E | 0 | 1B | 12C | 41 | 2C |
| Octal | 271 | 50 | 272 | 1 | 116 | 0 | 33 | 454 | 101 | 54 |
| Binary | 10111001 | 101000 | 10111010 | 1 | 1001110 | 0 | 11011 | 100101100 | 1000001 | 101100 |
Color Harmonies of #B928BA
Complementary color
Monochromatic Colors of #B928BA
Black with #B928BA
Text Example
Text Example
White with #B928BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928BA; }
p { color: rgb(185,40,186); }
H1.HeaderClassName
{
color: #B928BA;
}
.AnyTagClassName
{
color: #B928BA;
}
</style>
background-color css
<style>
a { background-color: #B928BA; }
a { background-color: rgb(185,40,186); }
div.DivClassName
{
background-color: #B928BA;
}
.BgClassName
{
background-color: #B928BA;
}
</style>
border-color css
<style>
span { border-color: #B928BA; }
span { border-color: rgb(185,40,186); }
td.TdClassName
{
border-color: #B928BA;
}
.TagClassName
{
border-color: #B928BA;
}
</style>