Shades of Fuchsia #B939C5
Tints of Fuchsia #B939C5
RGB
CMYK
RGB Variations
Color information
#B939C5 (or 0xB939C5) is known color: Fuchsia. HEX triplet: B9, 39 and C5. RGB value is (185,57,197). Sum of RGB (Red+Green+Blue) = 185+57+197=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 197 - color contains mainly: blue. Hex color #B939C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C5 is #46C63A. Grayscale: #6E6E6E. Windows color (decimal): -4638267 or 12925369. OLE color: 12925369.
HSL color Cylindrical-coordinate representation of color #B939C5: hue angle of 294.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B939C5 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 57 | 197 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.23 |
| HSL | 294.86º | 0.55% | 0.5% | - |
| HSV(B) | 294.86º | 0.71% | 0.77% | - |
| XYZ | 31.55 | 17.27 | 54.49 | - |
| YUV | 111.23 | 176.41 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 197 | 0.06 | 0.71 | 0 | 0.23 | 294.86 | 0.55 | 0.5 |
| Hex | B9 | 39 | C5 | 6 | 47 | 0 | 17 | 127 | 37 | 32 |
| Octal | 271 | 71 | 305 | 6 | 107 | 0 | 27 | 447 | 67 | 62 |
| Binary | 10111001 | 111001 | 11000101 | 110 | 1000111 | 0 | 10111 | 100100111 | 110111 | 110010 |
Color Harmonies of #B939C5
Complementary color
Monochromatic Colors of #B939C5
Black with #B939C5
Text Example
Text Example
White with #B939C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939C5; }
p { color: rgb(185,57,197); }
H1.HeaderClassName
{
color: #B939C5;
}
.AnyTagClassName
{
color: #B939C5;
}
</style>
background-color css
<style>
a { background-color: #B939C5; }
a { background-color: rgb(185,57,197); }
div.DivClassName
{
background-color: #B939C5;
}
.BgClassName
{
background-color: #B939C5;
}
</style>
border-color css
<style>
span { border-color: #B939C5; }
span { border-color: rgb(185,57,197); }
td.TdClassName
{
border-color: #B939C5;
}
.TagClassName
{
border-color: #B939C5;
}
</style>