Shades of Fuchsia #B938B9
Tints of Fuchsia #B938B9
RGB
CMYK
RGB Variations
Color information
#B938B9 (or 0xB938B9) is known color: Fuchsia. HEX triplet: B9, 38 and B9. RGB value is (185,56,185). Sum of RGB (Red+Green+Blue) = 185+56+185=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B938B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938B9 is #46C746. Grayscale: #6C6C6C. Windows color (decimal): -4638535 or 12138681. OLE color: 12138681.
HSL color Cylindrical-coordinate representation of color #B938B9: hue angle of 300º 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 #B938B9 is Cyan = 0, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 185 | - |
| CMYK | 0 | 0.70 | 0 | 0.27 |
| HSL | 300º | 0.54% | 0.47% | - |
| HSV(B) | 300º | 0.7% | 0.73% | - |
| XYZ | 30.18 | 16.65 | 47.52 | - |
| YUV | 109.28 | 170.74 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 185 | 0 | 0.70 | 0 | 0.27 | 300 | 0.54 | 0.47 |
| Hex | B9 | 38 | B9 | 0 | 46 | 0 | 1B | 12C | 36 | 2F |
| Octal | 271 | 70 | 271 | 0 | 106 | 0 | 33 | 454 | 66 | 57 |
| Binary | 10111001 | 111000 | 10111001 | 0 | 1000110 | 0 | 11011 | 100101100 | 110110 | 101111 |
Color Harmonies of #B938B9
Complementary color
Monochromatic Colors of #B938B9
Black with #B938B9
Text Example
Text Example
White with #B938B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938B9; }
p { color: rgb(185,56,185); }
H1.HeaderClassName
{
color: #B938B9;
}
.AnyTagClassName
{
color: #B938B9;
}
</style>
background-color css
<style>
a { background-color: #B938B9; }
a { background-color: rgb(185,56,185); }
div.DivClassName
{
background-color: #B938B9;
}
.BgClassName
{
background-color: #B938B9;
}
</style>
border-color css
<style>
span { border-color: #B938B9; }
span { border-color: rgb(185,56,185); }
td.TdClassName
{
border-color: #B938B9;
}
.TagClassName
{
border-color: #B938B9;
}
</style>