Shades of Fuchsia #B631B9
Tints of Fuchsia #B631B9
RGB
CMYK
RGB Variations
Color information
#B631B9 (or 0xB631B9) is known color: Fuchsia. HEX triplet: B6, 31 and B9. RGB value is (182,49,185). Sum of RGB (Red+Green+Blue) = 182+49+185=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 185 - color contains mainly: blue. Hex color #B631B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631B9 is #49CE46. Grayscale: #676767. Windows color (decimal): -4836935 or 12136886. OLE color: 12136886.
HSL color Cylindrical-coordinate representation of color #B631B9: hue angle of 298.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B631B9 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 49 | 185 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.27 |
| HSL | 298.68º | 0.58% | 0.46% | - |
| HSV(B) | 298.68º | 0.74% | 0.73% | - |
| XYZ | 29.15 | 15.64 | 47.38 | - |
| YUV | 104.27 | 173.56 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 185 | 0.02 | 0.74 | 0 | 0.27 | 298.68 | 0.58 | 0.46 |
| Hex | B6 | 31 | B9 | 2 | 4A | 0 | 1B | 12B | 3A | 2E |
| Octal | 266 | 61 | 271 | 2 | 112 | 0 | 33 | 453 | 72 | 56 |
| Binary | 10110110 | 110001 | 10111001 | 10 | 1001010 | 0 | 11011 | 100101011 | 111010 | 101110 |
Color Harmonies of #B631B9
Complementary color
Monochromatic Colors of #B631B9
Black with #B631B9
Text Example
Text Example
White with #B631B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631B9; }
p { color: rgb(182,49,185); }
H1.HeaderClassName
{
color: #B631B9;
}
.AnyTagClassName
{
color: #B631B9;
}
</style>
background-color css
<style>
a { background-color: #B631B9; }
a { background-color: rgb(182,49,185); }
div.DivClassName
{
background-color: #B631B9;
}
.BgClassName
{
background-color: #B631B9;
}
</style>
border-color css
<style>
span { border-color: #B631B9; }
span { border-color: rgb(182,49,185); }
td.TdClassName
{
border-color: #B631B9;
}
.TagClassName
{
border-color: #B631B9;
}
</style>