Shades of Fuchsia #B938B0
Tints of Fuchsia #B938B0
RGB
CMYK
RGB Variations
Color information
#B938B0 (or 0xB938B0) is known color: Fuchsia. HEX triplet: B9, 38 and B0. RGB value is (185,56,176). Sum of RGB (Red+Green+Blue) = 185+56+176=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 176 (69.14% from 255 or 42.21% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B938B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B938B0 is #46C74F. Grayscale: #6B6B6B. Windows color (decimal): -4638544 or 11548857. OLE color: 11548857.
HSL color Cylindrical-coordinate representation of color #B938B0: hue angle of 304.19º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B938B0 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 176 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.27 |
| HSL | 304.19º | 0.54% | 0.47% | - |
| HSV(B) | 304.19º | 0.7% | 0.73% | - |
| XYZ | 29.26 | 16.28 | 42.67 | - |
| YUV | 108.25 | 166.24 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 176 | 0 | 0.70 | 0.05 | 0.27 | 304.19 | 0.54 | 0.47 |
| Hex | B9 | 38 | B0 | 0 | 46 | 5 | 1B | 130 | 36 | 2F |
| Octal | 271 | 70 | 260 | 0 | 106 | 5 | 33 | 460 | 66 | 57 |
| Binary | 10111001 | 111000 | 10110000 | 0 | 1000110 | 101 | 11011 | 100110000 | 110110 | 101111 |
Color Harmonies of #B938B0
Complementary color
Monochromatic Colors of #B938B0
Black with #B938B0
Text Example
Text Example
White with #B938B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B938B0; }
p { color: rgb(185,56,176); }
H1.HeaderClassName
{
color: #B938B0;
}
.AnyTagClassName
{
color: #B938B0;
}
</style>
background-color css
<style>
a { background-color: #B938B0; }
a { background-color: rgb(185,56,176); }
div.DivClassName
{
background-color: #B938B0;
}
.BgClassName
{
background-color: #B938B0;
}
</style>
border-color css
<style>
span { border-color: #B938B0; }
span { border-color: rgb(185,56,176); }
td.TdClassName
{
border-color: #B938B0;
}
.TagClassName
{
border-color: #B938B0;
}
</style>