Shades of Fuchsia #B631BC
Tints of Fuchsia #B631BC
RGB
CMYK
RGB Variations
Color information
#B631BC (or 0xB631BC) is known color: Fuchsia. HEX triplet: B6, 31 and BC. RGB value is (182,49,188). Sum of RGB (Red+Green+Blue) = 182+49+188=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #B631BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631BC is #49CE43. Grayscale: #686868. Windows color (decimal): -4836932 or 12333494. OLE color: 12333494.
HSL color Cylindrical-coordinate representation of color #B631BC: hue angle of 297.41º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B631BC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 49 | 188 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.26 |
| HSL | 297.41º | 0.59% | 0.46% | - |
| HSV(B) | 297.41º | 0.74% | 0.74% | - |
| XYZ | 29.47 | 15.77 | 49.07 | - |
| YUV | 104.61 | 175.06 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 188 | 0.03 | 0.74 | 0 | 0.26 | 297.41 | 0.59 | 0.46 |
| Hex | B6 | 31 | BC | 3 | 4A | 0 | 1A | 129 | 3B | 2E |
| Octal | 266 | 61 | 274 | 3 | 112 | 0 | 32 | 451 | 73 | 56 |
| Binary | 10110110 | 110001 | 10111100 | 11 | 1001010 | 0 | 11010 | 100101001 | 111011 | 101110 |
Color Harmonies of #B631BC
Complementary color
Monochromatic Colors of #B631BC
Black with #B631BC
Text Example
Text Example
White with #B631BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B631BC; }
p { color: rgb(182,49,188); }
H1.HeaderClassName
{
color: #B631BC;
}
.AnyTagClassName
{
color: #B631BC;
}
</style>
background-color css
<style>
a { background-color: #B631BC; }
a { background-color: rgb(182,49,188); }
div.DivClassName
{
background-color: #B631BC;
}
.BgClassName
{
background-color: #B631BC;
}
</style>
border-color css
<style>
span { border-color: #B631BC; }
span { border-color: rgb(182,49,188); }
td.TdClassName
{
border-color: #B631BC;
}
.TagClassName
{
border-color: #B631BC;
}
</style>