Shades of Fuchsia #B63FAE
Tints of Fuchsia #B63FAE
RGB
CMYK
RGB Variations
Color information
#B63FAE (or 0xB63FAE) is known color: Fuchsia. HEX triplet: B6, 3F and AE. RGB value is (182,63,174). Sum of RGB (Red+Green+Blue) = 182+63+174=419 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.44% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 182 - color contains mainly: red. Hex color #B63FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63FAE is #49C051. Grayscale: #6E6E6E. Windows color (decimal): -4833362 or 11419574. OLE color: 11419574.
HSL color Cylindrical-coordinate representation of color #B63FAE: hue angle of 304.03º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63FAE is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 174 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.29 |
| HSL | 304.03º | 0.49% | 0.48% | - |
| HSV(B) | 304.03º | 0.65% | 0.71% | - |
| XYZ | 28.71 | 16.56 | 41.73 | - |
| YUV | 111.24 | 163.42 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 174 | 0 | 0.65 | 0.04 | 0.29 | 304.03 | 0.49 | 0.48 |
| Hex | B6 | 3F | AE | 0 | 41 | 4 | 1D | 130 | 31 | 30 |
| Octal | 266 | 77 | 256 | 0 | 101 | 4 | 35 | 460 | 61 | 60 |
| Binary | 10110110 | 111111 | 10101110 | 0 | 1000001 | 100 | 11101 | 100110000 | 110001 | 110000 |
Color Harmonies of #B63FAE
Complementary color
Monochromatic Colors of #B63FAE
Black with #B63FAE
Text Example
Text Example
White with #B63FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63FAE; }
p { color: rgb(182,63,174); }
H1.HeaderClassName
{
color: #B63FAE;
}
.AnyTagClassName
{
color: #B63FAE;
}
</style>
background-color css
<style>
a { background-color: #B63FAE; }
a { background-color: rgb(182,63,174); }
div.DivClassName
{
background-color: #B63FAE;
}
.BgClassName
{
background-color: #B63FAE;
}
</style>
border-color css
<style>
span { border-color: #B63FAE; }
span { border-color: rgb(182,63,174); }
td.TdClassName
{
border-color: #B63FAE;
}
.TagClassName
{
border-color: #B63FAE;
}
</style>