Shades of Fuchsia #B636A8
Tints of Fuchsia #B636A8
RGB
CMYK
RGB Variations
Color information
#B636A8 (or 0xB636A8) is known color: Fuchsia. HEX triplet: B6, 36 and A8. RGB value is (182,54,168). Sum of RGB (Red+Green+Blue) = 182+54+168=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B636A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636A8 is #49C957. Grayscale: #686868. Windows color (decimal): -4835672 or 11024054. OLE color: 11024054.
HSL color Cylindrical-coordinate representation of color #B636A8: hue angle of 306.56º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B636A8 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 168 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.29 |
| HSL | 306.56º | 0.54% | 0.46% | - |
| HSV(B) | 306.56º | 0.7% | 0.71% | - |
| XYZ | 27.68 | 15.41 | 38.56 | - |
| YUV | 105.27 | 163.41 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 168 | 0 | 0.70 | 0.08 | 0.29 | 306.56 | 0.54 | 0.46 |
| Hex | B6 | 36 | A8 | 0 | 46 | 8 | 1D | 133 | 36 | 2E |
| Octal | 266 | 66 | 250 | 0 | 106 | 10 | 35 | 463 | 66 | 56 |
| Binary | 10110110 | 110110 | 10101000 | 0 | 1000110 | 1000 | 11101 | 100110011 | 110110 | 101110 |
Color Harmonies of #B636A8
Complementary color
Monochromatic Colors of #B636A8
Black with #B636A8
Text Example
Text Example
White with #B636A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636A8; }
p { color: rgb(182,54,168); }
H1.HeaderClassName
{
color: #B636A8;
}
.AnyTagClassName
{
color: #B636A8;
}
</style>
background-color css
<style>
a { background-color: #B636A8; }
a { background-color: rgb(182,54,168); }
div.DivClassName
{
background-color: #B636A8;
}
.BgClassName
{
background-color: #B636A8;
}
</style>
border-color css
<style>
span { border-color: #B636A8; }
span { border-color: rgb(182,54,168); }
td.TdClassName
{
border-color: #B636A8;
}
.TagClassName
{
border-color: #B636A8;
}
</style>