Shades of Fuchsia #B93FB9
Tints of Fuchsia #B93FB9
RGB
CMYK
RGB Variations
Color information
#B93FB9 (or 0xB93FB9) is known color: Fuchsia. HEX triplet: B9, 3F and B9. RGB value is (185,63,185). Sum of RGB (Red+Green+Blue) = 185+63+185=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B93FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FB9 is #46C046. Grayscale: #717171. Windows color (decimal): -4636743 or 12140473. OLE color: 12140473.
HSL color Cylindrical-coordinate representation of color #B93FB9: hue angle of 300º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93FB9 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 185 | - |
| CMYK | 0 | 0.66 | 0 | 0.27 |
| HSL | 300º | 0.49% | 0.49% | - |
| HSV(B) | 300º | 0.66% | 0.73% | - |
| XYZ | 30.54 | 17.37 | 47.64 | - |
| YUV | 113.39 | 168.42 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 185 | 0 | 0.66 | 0 | 0.27 | 300 | 0.49 | 0.49 |
| Hex | B9 | 3F | B9 | 0 | 42 | 0 | 1B | 12C | 31 | 31 |
| Octal | 271 | 77 | 271 | 0 | 102 | 0 | 33 | 454 | 61 | 61 |
| Binary | 10111001 | 111111 | 10111001 | 0 | 1000010 | 0 | 11011 | 100101100 | 110001 | 110001 |
Color Harmonies of #B93FB9
Complementary color
Monochromatic Colors of #B93FB9
Black with #B93FB9
Text Example
Text Example
White with #B93FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93FB9; }
p { color: rgb(185,63,185); }
H1.HeaderClassName
{
color: #B93FB9;
}
.AnyTagClassName
{
color: #B93FB9;
}
</style>
background-color css
<style>
a { background-color: #B93FB9; }
a { background-color: rgb(185,63,185); }
div.DivClassName
{
background-color: #B93FB9;
}
.BgClassName
{
background-color: #B93FB9;
}
</style>
border-color css
<style>
span { border-color: #B93FB9; }
span { border-color: rgb(185,63,185); }
td.TdClassName
{
border-color: #B93FB9;
}
.TagClassName
{
border-color: #B93FB9;
}
</style>