Shades of Fuchsia #B637AD
Tints of Fuchsia #B637AD
RGB
CMYK
RGB Variations
Color information
#B637AD (or 0xB637AD) is known color: Fuchsia. HEX triplet: B6, 37 and AD. RGB value is (182,55,173). Sum of RGB (Red+Green+Blue) = 182+55+173=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B637AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B637AD is #49C852. Grayscale: #6A6A6A. Windows color (decimal): -4835411 or 11351990. OLE color: 11351990.
HSL color Cylindrical-coordinate representation of color #B637AD: hue angle of 304.25º 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 #B637AD is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 173 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.29 |
| HSL | 304.25º | 0.54% | 0.46% | - |
| HSV(B) | 304.25º | 0.7% | 0.71% | - |
| XYZ | 28.2 | 15.69 | 41.08 | - |
| YUV | 106.43 | 165.58 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 173 | 0 | 0.70 | 0.05 | 0.29 | 304.25 | 0.54 | 0.46 |
| Hex | B6 | 37 | AD | 0 | 46 | 5 | 1D | 130 | 36 | 2E |
| Octal | 266 | 67 | 255 | 0 | 106 | 5 | 35 | 460 | 66 | 56 |
| Binary | 10110110 | 110111 | 10101101 | 0 | 1000110 | 101 | 11101 | 100110000 | 110110 | 101110 |
Color Harmonies of #B637AD
Complementary color
Monochromatic Colors of #B637AD
Black with #B637AD
Text Example
Text Example
White with #B637AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B637AD; }
p { color: rgb(182,55,173); }
H1.HeaderClassName
{
color: #B637AD;
}
.AnyTagClassName
{
color: #B637AD;
}
</style>
background-color css
<style>
a { background-color: #B637AD; }
a { background-color: rgb(182,55,173); }
div.DivClassName
{
background-color: #B637AD;
}
.BgClassName
{
background-color: #B637AD;
}
</style>
border-color css
<style>
span { border-color: #B637AD; }
span { border-color: rgb(182,55,173); }
td.TdClassName
{
border-color: #B637AD;
}
.TagClassName
{
border-color: #B637AD;
}
</style>