Shades of Fuchsia #B938C2
Tints of Fuchsia #B938C2
RGB
CMYK
RGB Variations
Color information
#B938C2 (or 0xB938C2) is known color: Fuchsia. HEX triplet: B9, 38 and C2. RGB value is (185,56,194). Sum of RGB (Red+Green+Blue) = 185+56+194=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 194 - color contains mainly: blue. Hex color #B938C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C2 is #46C73D. Grayscale: #6D6D6D. Windows color (decimal): -4638526 or 12728505. OLE color: 12728505.
HSL color Cylindrical-coordinate representation of color #B938C2: hue angle of 296.09º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B938C2 is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 56 | 194 | - |
| CMYK | 0.05 | 0.71 | 0 | 0.24 |
| HSL | 296.09º | 0.55% | 0.49% | - |
| HSV(B) | 296.09º | 0.71% | 0.76% | - |
| XYZ | 31.16 | 17.04 | 52.69 | - |
| YUV | 110.3 | 175.24 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 194 | 0.05 | 0.71 | 0 | 0.24 | 296.09 | 0.55 | 0.49 |
| Hex | B9 | 38 | C2 | 5 | 47 | 0 | 18 | 128 | 37 | 31 |
| Octal | 271 | 70 | 302 | 5 | 107 | 0 | 30 | 450 | 67 | 61 |
| Binary | 10111001 | 111000 | 11000010 | 101 | 1000111 | 0 | 11000 | 100101000 | 110111 | 110001 |
Color Harmonies of #B938C2
Complementary color
Monochromatic Colors of #B938C2
Black with #B938C2
Text Example
Text Example
White with #B938C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938C2; }
p { color: rgb(185,56,194); }
H1.HeaderClassName
{
color: #B938C2;
}
.AnyTagClassName
{
color: #B938C2;
}
</style>
background-color css
<style>
a { background-color: #B938C2; }
a { background-color: rgb(185,56,194); }
div.DivClassName
{
background-color: #B938C2;
}
.BgClassName
{
background-color: #B938C2;
}
</style>
border-color css
<style>
span { border-color: #B938C2; }
span { border-color: rgb(185,56,194); }
td.TdClassName
{
border-color: #B938C2;
}
.TagClassName
{
border-color: #B938C2;
}
</style>