Shades of Fuchsia #B938BA
Tints of Fuchsia #B938BA
RGB
CMYK
RGB Variations
Color information
#B938BA (or 0xB938BA) is known color: Fuchsia. HEX triplet: B9, 38 and BA. RGB value is (185,56,186). Sum of RGB (Red+Green+Blue) = 185+56+186=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #B938BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938BA is #46C745. Grayscale: #6D6D6D. Windows color (decimal): -4638534 or 12204217. OLE color: 12204217.
HSL color Cylindrical-coordinate representation of color #B938BA: hue angle of 299.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938BA is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 186 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.27 |
| HSL | 299.54º | 0.54% | 0.47% | - |
| HSV(B) | 299.54º | 0.7% | 0.73% | - |
| XYZ | 30.28 | 16.69 | 48.08 | - |
| YUV | 109.39 | 171.24 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 186 | 0.01 | 0.70 | 0 | 0.27 | 299.54 | 0.54 | 0.47 |
| Hex | B9 | 38 | BA | 1 | 46 | 0 | 1B | 12C | 36 | 2F |
| Octal | 271 | 70 | 272 | 1 | 106 | 0 | 33 | 454 | 66 | 57 |
| Binary | 10111001 | 111000 | 10111010 | 1 | 1000110 | 0 | 11011 | 100101100 | 110110 | 101111 |
Color Harmonies of #B938BA
Complementary color
Monochromatic Colors of #B938BA
Black with #B938BA
Text Example
Text Example
White with #B938BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938BA; }
p { color: rgb(185,56,186); }
H1.HeaderClassName
{
color: #B938BA;
}
.AnyTagClassName
{
color: #B938BA;
}
</style>
background-color css
<style>
a { background-color: #B938BA; }
a { background-color: rgb(185,56,186); }
div.DivClassName
{
background-color: #B938BA;
}
.BgClassName
{
background-color: #B938BA;
}
</style>
border-color css
<style>
span { border-color: #B938BA; }
span { border-color: rgb(185,56,186); }
td.TdClassName
{
border-color: #B938BA;
}
.TagClassName
{
border-color: #B938BA;
}
</style>