Shades of Fuchsia #B939C6
Tints of Fuchsia #B939C6
RGB
CMYK
RGB Variations
Color information
#B939C6 (or 0xB939C6) is known color: Fuchsia. HEX triplet: B9, 39 and C6. RGB value is (185,57,198). Sum of RGB (Red+Green+Blue) = 185+57+198=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #B939C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C6 is #46C639. Grayscale: #6E6E6E. Windows color (decimal): -4638266 or 12990905. OLE color: 12990905.
HSL color Cylindrical-coordinate representation of color #B939C6: hue angle of 294.47º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B939C6 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 57 | 198 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.22 |
| HSL | 294.47º | 0.55% | 0.5% | - |
| HSV(B) | 294.47º | 0.71% | 0.78% | - |
| XYZ | 31.66 | 17.32 | 55.1 | - |
| YUV | 111.35 | 176.91 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 198 | 0.07 | 0.71 | 0 | 0.22 | 294.47 | 0.55 | 0.5 |
| Hex | B9 | 39 | C6 | 7 | 47 | 0 | 16 | 126 | 37 | 32 |
| Octal | 271 | 71 | 306 | 7 | 107 | 0 | 26 | 446 | 67 | 62 |
| Binary | 10111001 | 111001 | 11000110 | 111 | 1000111 | 0 | 10110 | 100100110 | 110111 | 110010 |
Color Harmonies of #B939C6
Complementary color
Monochromatic Colors of #B939C6
Black with #B939C6
Text Example
Text Example
White with #B939C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939C6; }
p { color: rgb(185,57,198); }
H1.HeaderClassName
{
color: #B939C6;
}
.AnyTagClassName
{
color: #B939C6;
}
</style>
background-color css
<style>
a { background-color: #B939C6; }
a { background-color: rgb(185,57,198); }
div.DivClassName
{
background-color: #B939C6;
}
.BgClassName
{
background-color: #B939C6;
}
</style>
border-color css
<style>
span { border-color: #B939C6; }
span { border-color: rgb(185,57,198); }
td.TdClassName
{
border-color: #B939C6;
}
.TagClassName
{
border-color: #B939C6;
}
</style>