Shades of Fuchsia #B938BC
Tints of Fuchsia #B938BC
RGB
CMYK
RGB Variations
Color information
#B938BC (or 0xB938BC) is known color: Fuchsia. HEX triplet: B9, 38 and BC. RGB value is (185,56,188). Sum of RGB (Red+Green+Blue) = 185+56+188=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #B938BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938BC is #46C743. Grayscale: #6D6D6D. Windows color (decimal): -4638532 or 12335289. OLE color: 12335289.
HSL color Cylindrical-coordinate representation of color #B938BC: hue angle of 298.64º degrees, saturation: 0.54, 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 #B938BC is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 56 | 188 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.26 |
| HSL | 298.64º | 0.54% | 0.48% | - |
| HSV(B) | 298.64º | 0.7% | 0.74% | - |
| XYZ | 30.5 | 16.77 | 49.21 | - |
| YUV | 109.62 | 172.24 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 188 | 0.02 | 0.70 | 0 | 0.26 | 298.64 | 0.54 | 0.48 |
| Hex | B9 | 38 | BC | 2 | 46 | 0 | 1A | 12B | 36 | 30 |
| Octal | 271 | 70 | 274 | 2 | 106 | 0 | 32 | 453 | 66 | 60 |
| Binary | 10111001 | 111000 | 10111100 | 10 | 1000110 | 0 | 11010 | 100101011 | 110110 | 110000 |
Color Harmonies of #B938BC
Complementary color
Monochromatic Colors of #B938BC
Black with #B938BC
Text Example
Text Example
White with #B938BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938BC; }
p { color: rgb(185,56,188); }
H1.HeaderClassName
{
color: #B938BC;
}
.AnyTagClassName
{
color: #B938BC;
}
</style>
background-color css
<style>
a { background-color: #B938BC; }
a { background-color: rgb(185,56,188); }
div.DivClassName
{
background-color: #B938BC;
}
.BgClassName
{
background-color: #B938BC;
}
</style>
border-color css
<style>
span { border-color: #B938BC; }
span { border-color: rgb(185,56,188); }
td.TdClassName
{
border-color: #B938BC;
}
.TagClassName
{
border-color: #B938BC;
}
</style>