Shades of Fuchsia #B939BC
Tints of Fuchsia #B939BC
RGB
CMYK
RGB Variations
Color information
#B939BC (or 0xB939BC) is known color: Fuchsia. HEX triplet: B9, 39 and BC. RGB value is (185,57,188). Sum of RGB (Red+Green+Blue) = 185+57+188=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #B939BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939BC is #46C643. Grayscale: #6D6D6D. Windows color (decimal): -4638276 or 12335545. OLE color: 12335545.
HSL color Cylindrical-coordinate representation of color #B939BC: hue angle of 298.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B939BC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 57 | 188 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.26 |
| HSL | 298.63º | 0.53% | 0.48% | - |
| HSV(B) | 298.63º | 0.7% | 0.74% | - |
| XYZ | 30.55 | 16.87 | 49.22 | - |
| YUV | 110.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 188 | 0.02 | 0.70 | 0 | 0.26 | 298.63 | 0.53 | 0.48 |
| Hex | B9 | 39 | BC | 2 | 46 | 0 | 1A | 12B | 35 | 30 |
| Octal | 271 | 71 | 274 | 2 | 106 | 0 | 32 | 453 | 65 | 60 |
| Binary | 10111001 | 111001 | 10111100 | 10 | 1000110 | 0 | 11010 | 100101011 | 110101 | 110000 |
Color Harmonies of #B939BC
Complementary color
Monochromatic Colors of #B939BC
Black with #B939BC
Text Example
Text Example
White with #B939BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939BC; }
p { color: rgb(185,57,188); }
H1.HeaderClassName
{
color: #B939BC;
}
.AnyTagClassName
{
color: #B939BC;
}
</style>
background-color css
<style>
a { background-color: #B939BC; }
a { background-color: rgb(185,57,188); }
div.DivClassName
{
background-color: #B939BC;
}
.BgClassName
{
background-color: #B939BC;
}
</style>
border-color css
<style>
span { border-color: #B939BC; }
span { border-color: rgb(185,57,188); }
td.TdClassName
{
border-color: #B939BC;
}
.TagClassName
{
border-color: #B939BC;
}
</style>