Shades of Fuchsia #B636AD
Tints of Fuchsia #B636AD
RGB
CMYK
RGB Variations
Color information
#B636AD (or 0xB636AD) is known color: Fuchsia. HEX triplet: B6, 36 and AD. RGB value is (182,54,173). Sum of RGB (Red+Green+Blue) = 182+54+173=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B636AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B636AD is #49C952. Grayscale: #696969. Windows color (decimal): -4835667 or 11351734. OLE color: 11351734.
HSL color Cylindrical-coordinate representation of color #B636AD: hue angle of 304.22º 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 #B636AD is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 173 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.29 |
| HSL | 304.22º | 0.54% | 0.46% | - |
| HSV(B) | 304.22º | 0.7% | 0.71% | - |
| XYZ | 28.15 | 15.6 | 41.06 | - |
| YUV | 105.84 | 165.91 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 173 | 0 | 0.70 | 0.05 | 0.29 | 304.22 | 0.54 | 0.46 |
| Hex | B6 | 36 | AD | 0 | 46 | 5 | 1D | 130 | 36 | 2E |
| Octal | 266 | 66 | 255 | 0 | 106 | 5 | 35 | 460 | 66 | 56 |
| Binary | 10110110 | 110110 | 10101101 | 0 | 1000110 | 101 | 11101 | 100110000 | 110110 | 101110 |
Color Harmonies of #B636AD
Complementary color
Monochromatic Colors of #B636AD
Black with #B636AD
Text Example
Text Example
White with #B636AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B636AD; }
p { color: rgb(182,54,173); }
H1.HeaderClassName
{
color: #B636AD;
}
.AnyTagClassName
{
color: #B636AD;
}
</style>
background-color css
<style>
a { background-color: #B636AD; }
a { background-color: rgb(182,54,173); }
div.DivClassName
{
background-color: #B636AD;
}
.BgClassName
{
background-color: #B636AD;
}
</style>
border-color css
<style>
span { border-color: #B636AD; }
span { border-color: rgb(182,54,173); }
td.TdClassName
{
border-color: #B636AD;
}
.TagClassName
{
border-color: #B636AD;
}
</style>