Shades of Fuchsia #B938C8
Tints of Fuchsia #B938C8
RGB
CMYK
RGB Variations
Color information
#B938C8 (or 0xB938C8) is known color: Fuchsia. HEX triplet: B9, 38 and C8. RGB value is (185,56,200). Sum of RGB (Red+Green+Blue) = 185+56+200=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 200 - color contains mainly: blue. Hex color #B938C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C8 is #46C737. Grayscale: #6E6E6E. Windows color (decimal): -4638520 or 13121721. OLE color: 13121721.
HSL color Cylindrical-coordinate representation of color #B938C8: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B938C8 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 56 | 200 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.22 |
| HSL | 293.75º | 0.57% | 0.5% | - |
| HSV(B) | 293.75º | 0.72% | 0.78% | - |
| XYZ | 31.85 | 17.31 | 56.31 | - |
| YUV | 110.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 200 | 0.08 | 0.72 | 0 | 0.22 | 293.75 | 0.57 | 0.5 |
| Hex | B9 | 38 | C8 | 8 | 48 | 0 | 16 | 126 | 39 | 32 |
| Octal | 271 | 70 | 310 | 10 | 110 | 0 | 26 | 446 | 71 | 62 |
| Binary | 10111001 | 111000 | 11001000 | 1000 | 1001000 | 0 | 10110 | 100100110 | 111001 | 110010 |
Color Harmonies of #B938C8
Complementary color
Monochromatic Colors of #B938C8
Black with #B938C8
Text Example
Text Example
White with #B938C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938C8; }
p { color: rgb(185,56,200); }
H1.HeaderClassName
{
color: #B938C8;
}
.AnyTagClassName
{
color: #B938C8;
}
</style>
background-color css
<style>
a { background-color: #B938C8; }
a { background-color: rgb(185,56,200); }
div.DivClassName
{
background-color: #B938C8;
}
.BgClassName
{
background-color: #B938C8;
}
</style>
border-color css
<style>
span { border-color: #B938C8; }
span { border-color: rgb(185,56,200); }
td.TdClassName
{
border-color: #B938C8;
}
.TagClassName
{
border-color: #B938C8;
}
</style>