Shades of Fuchsia #B63BC3
Tints of Fuchsia #B63BC3
RGB
CMYK
RGB Variations
Color information
#B63BC3 (or 0xB63BC3) is known color: Fuchsia. HEX triplet: B6, 3B and C3. RGB value is (182,59,195). Sum of RGB (Red+Green+Blue) = 182+59+195=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #B63BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63BC3 is #49C43C. Grayscale: #6E6E6E. Windows color (decimal): -4834365 or 12794806. OLE color: 12794806.
HSL color Cylindrical-coordinate representation of color #B63BC3: hue angle of 294.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63BC3 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 59 | 195 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.24 |
| HSL | 294.26º | 0.54% | 0.5% | - |
| HSV(B) | 294.26º | 0.7% | 0.76% | - |
| XYZ | 30.71 | 17.01 | 53.3 | - |
| YUV | 111.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 195 | 0.07 | 0.70 | 0 | 0.24 | 294.26 | 0.54 | 0.5 |
| Hex | B6 | 3B | C3 | 7 | 46 | 0 | 18 | 126 | 36 | 32 |
| Octal | 266 | 73 | 303 | 7 | 106 | 0 | 30 | 446 | 66 | 62 |
| Binary | 10110110 | 111011 | 11000011 | 111 | 1000110 | 0 | 11000 | 100100110 | 110110 | 110010 |
Color Harmonies of #B63BC3
Complementary color
Monochromatic Colors of #B63BC3
Black with #B63BC3
Text Example
Text Example
White with #B63BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BC3; }
p { color: rgb(182,59,195); }
H1.HeaderClassName
{
color: #B63BC3;
}
.AnyTagClassName
{
color: #B63BC3;
}
</style>
background-color css
<style>
a { background-color: #B63BC3; }
a { background-color: rgb(182,59,195); }
div.DivClassName
{
background-color: #B63BC3;
}
.BgClassName
{
background-color: #B63BC3;
}
</style>
border-color css
<style>
span { border-color: #B63BC3; }
span { border-color: rgb(182,59,195); }
td.TdClassName
{
border-color: #B63BC3;
}
.TagClassName
{
border-color: #B63BC3;
}
</style>