Shades of Fuchsia #B63FBA
Tints of Fuchsia #B63FBA
RGB
CMYK
RGB Variations
Color information
#B63FBA (or 0xB63FBA) is known color: Fuchsia. HEX triplet: B6, 3F and BA. RGB value is (182,63,186). Sum of RGB (Red+Green+Blue) = 182+63+186=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B63FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FBA is #49C045. Grayscale: #707070. Windows color (decimal): -4833350 or 12206006. OLE color: 12206006.
HSL color Cylindrical-coordinate representation of color #B63FBA: hue angle of 298.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63FBA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 63 | 186 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.27 |
| HSL | 298.05º | 0.49% | 0.49% | - |
| HSV(B) | 298.05º | 0.66% | 0.73% | - |
| XYZ | 29.93 | 17.05 | 48.17 | - |
| YUV | 112.6 | 169.42 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 186 | 0.02 | 0.66 | 0 | 0.27 | 298.05 | 0.49 | 0.49 |
| Hex | B6 | 3F | BA | 2 | 42 | 0 | 1B | 12A | 31 | 31 |
| Octal | 266 | 77 | 272 | 2 | 102 | 0 | 33 | 452 | 61 | 61 |
| Binary | 10110110 | 111111 | 10111010 | 10 | 1000010 | 0 | 11011 | 100101010 | 110001 | 110001 |
Color Harmonies of #B63FBA
Complementary color
Monochromatic Colors of #B63FBA
Black with #B63FBA
Text Example
Text Example
White with #B63FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FBA; }
p { color: rgb(182,63,186); }
H1.HeaderClassName
{
color: #B63FBA;
}
.AnyTagClassName
{
color: #B63FBA;
}
</style>
background-color css
<style>
a { background-color: #B63FBA; }
a { background-color: rgb(182,63,186); }
div.DivClassName
{
background-color: #B63FBA;
}
.BgClassName
{
background-color: #B63FBA;
}
</style>
border-color css
<style>
span { border-color: #B63FBA; }
span { border-color: rgb(182,63,186); }
td.TdClassName
{
border-color: #B63FBA;
}
.TagClassName
{
border-color: #B63FBA;
}
</style>