Shades of Fuchsia #B63BA7
Tints of Fuchsia #B63BA7
RGB
CMYK
RGB Variations
Color information
#B63BA7 (or 0xB63BA7) is known color: Fuchsia. HEX triplet: B6, 3B and A7. RGB value is (182,59,167). Sum of RGB (Red+Green+Blue) = 182+59+167=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B63BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63BA7 is #49C458. Grayscale: #6B6B6B. Windows color (decimal): -4834393 or 10959798. OLE color: 10959798.
HSL color Cylindrical-coordinate representation of color #B63BA7: hue angle of 307.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63BA7 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 167 | - |
| CMYK | 0 | 0.68 | 0.08 | 0.29 |
| HSL | 307.32º | 0.51% | 0.47% | - |
| HSV(B) | 307.32º | 0.68% | 0.71% | - |
| XYZ | 27.83 | 15.86 | 38.15 | - |
| YUV | 108.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 167 | 0 | 0.68 | 0.08 | 0.29 | 307.32 | 0.51 | 0.47 |
| Hex | B6 | 3B | A7 | 0 | 44 | 8 | 1D | 133 | 33 | 2F |
| Octal | 266 | 73 | 247 | 0 | 104 | 10 | 35 | 463 | 63 | 57 |
| Binary | 10110110 | 111011 | 10100111 | 0 | 1000100 | 1000 | 11101 | 100110011 | 110011 | 101111 |
Color Harmonies of #B63BA7
Complementary color
Monochromatic Colors of #B63BA7
Black with #B63BA7
Text Example
Text Example
White with #B63BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63BA7; }
p { color: rgb(182,59,167); }
H1.HeaderClassName
{
color: #B63BA7;
}
.AnyTagClassName
{
color: #B63BA7;
}
</style>
background-color css
<style>
a { background-color: #B63BA7; }
a { background-color: rgb(182,59,167); }
div.DivClassName
{
background-color: #B63BA7;
}
.BgClassName
{
background-color: #B63BA7;
}
</style>
border-color css
<style>
span { border-color: #B63BA7; }
span { border-color: rgb(182,59,167); }
td.TdClassName
{
border-color: #B63BA7;
}
.TagClassName
{
border-color: #B63BA7;
}
</style>