Shades of Fuchsia #B926B2
Tints of Fuchsia #B926B2
RGB
CMYK
RGB Variations
Color information
#B926B2 (or 0xB926B2) is known color: Fuchsia. HEX triplet: B9, 26 and B2. RGB value is (185,38,178). Sum of RGB (Red+Green+Blue) = 185+38+178=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B926B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B926B2 is #46D94D. Grayscale: #616161. Windows color (decimal): -4643150 or 11675321. OLE color: 11675321.
HSL color Cylindrical-coordinate representation of color #B926B2: hue angle of 302.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B926B2 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 38 | 178 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.27 |
| HSL | 302.86º | 0.66% | 0.44% | - |
| HSV(B) | 302.86º | 0.79% | 0.73% | - |
| XYZ | 28.74 | 14.91 | 43.48 | - |
| YUV | 97.91 | 173.2 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 38 | 178 | 0 | 0.79 | 0.04 | 0.27 | 302.86 | 0.66 | 0.44 |
| Hex | B9 | 26 | B2 | 0 | 4F | 4 | 1B | 12F | 42 | 2C |
| Octal | 271 | 46 | 262 | 0 | 117 | 4 | 33 | 457 | 102 | 54 |
| Binary | 10111001 | 100110 | 10110010 | 0 | 1001111 | 100 | 11011 | 100101111 | 1000010 | 101100 |
Color Harmonies of #B926B2
Complementary color
Monochromatic Colors of #B926B2
Black with #B926B2
Text Example
Text Example
White with #B926B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B926B2; }
p { color: rgb(185,38,178); }
H1.HeaderClassName
{
color: #B926B2;
}
.AnyTagClassName
{
color: #B926B2;
}
</style>
background-color css
<style>
a { background-color: #B926B2; }
a { background-color: rgb(185,38,178); }
div.DivClassName
{
background-color: #B926B2;
}
.BgClassName
{
background-color: #B926B2;
}
</style>
border-color css
<style>
span { border-color: #B926B2; }
span { border-color: rgb(185,38,178); }
td.TdClassName
{
border-color: #B926B2;
}
.TagClassName
{
border-color: #B926B2;
}
</style>