Shades of Fuchsia #B939C8
Tints of Fuchsia #B939C8
RGB
CMYK
RGB Variations
Color information
#B939C8 (or 0xB939C8) is known color: Fuchsia. HEX triplet: B9, 39 and C8. RGB value is (185,57,200). Sum of RGB (Red+Green+Blue) = 185+57+200=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #B939C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C8 is #46C637. Grayscale: #6F6F6F. Windows color (decimal): -4638264 or 13121977. OLE color: 13121977.
HSL color Cylindrical-coordinate representation of color #B939C8: hue angle of 293.71º 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 #B939C8 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 185 | 57 | 200 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.22 |
| HSL | 293.71º | 0.57% | 0.5% | - |
| HSV(B) | 293.71º | 0.72% | 0.78% | - |
| XYZ | 31.9 | 17.41 | 56.32 | - |
| YUV | 111.57 | 177.91 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 57 | 200 | 0.08 | 0.72 | 0 | 0.22 | 293.71 | 0.57 | 0.5 |
| Hex | B9 | 39 | C8 | 8 | 48 | 0 | 16 | 126 | 39 | 32 |
| Octal | 271 | 71 | 310 | 10 | 110 | 0 | 26 | 446 | 71 | 62 |
| Binary | 10111001 | 111001 | 11001000 | 1000 | 1001000 | 0 | 10110 | 100100110 | 111001 | 110010 |
Color Harmonies of #B939C8
Complementary color
Monochromatic Colors of #B939C8
Black with #B939C8
Text Example
Text Example
White with #B939C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B939C8; }
p { color: rgb(185,57,200); }
H1.HeaderClassName
{
color: #B939C8;
}
.AnyTagClassName
{
color: #B939C8;
}
</style>
background-color css
<style>
a { background-color: #B939C8; }
a { background-color: rgb(185,57,200); }
div.DivClassName
{
background-color: #B939C8;
}
.BgClassName
{
background-color: #B939C8;
}
</style>
border-color css
<style>
span { border-color: #B939C8; }
span { border-color: rgb(185,57,200); }
td.TdClassName
{
border-color: #B939C8;
}
.TagClassName
{
border-color: #B939C8;
}
</style>