Shades of Fuchsia #B639AD
Tints of Fuchsia #B639AD
RGB
CMYK
RGB Variations
Color information
#B639AD (or 0xB639AD) is known color: Fuchsia. HEX triplet: B6, 39 and AD. RGB value is (182,57,173). Sum of RGB (Red+Green+Blue) = 182+57+173=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B639AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B639AD is #49C652. Grayscale: #6B6B6B. Windows color (decimal): -4834899 or 11352502. OLE color: 11352502.
HSL color Cylindrical-coordinate representation of color #B639AD: hue angle of 304.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B639AD is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 173 | - |
| CMYK | 0 | 0.69 | 0.05 | 0.29 |
| HSL | 304.32º | 0.52% | 0.47% | - |
| HSV(B) | 304.32º | 0.69% | 0.71% | - |
| XYZ | 28.3 | 15.89 | 41.11 | - |
| YUV | 107.6 | 164.91 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 173 | 0 | 0.69 | 0.05 | 0.29 | 304.32 | 0.52 | 0.47 |
| Hex | B6 | 39 | AD | 0 | 45 | 5 | 1D | 130 | 34 | 2F |
| Octal | 266 | 71 | 255 | 0 | 105 | 5 | 35 | 460 | 64 | 57 |
| Binary | 10110110 | 111001 | 10101101 | 0 | 1000101 | 101 | 11101 | 100110000 | 110100 | 101111 |
Color Harmonies of #B639AD
Complementary color
Monochromatic Colors of #B639AD
Black with #B639AD
Text Example
Text Example
White with #B639AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B639AD; }
p { color: rgb(182,57,173); }
H1.HeaderClassName
{
color: #B639AD;
}
.AnyTagClassName
{
color: #B639AD;
}
</style>
background-color css
<style>
a { background-color: #B639AD; }
a { background-color: rgb(182,57,173); }
div.DivClassName
{
background-color: #B639AD;
}
.BgClassName
{
background-color: #B639AD;
}
</style>
border-color css
<style>
span { border-color: #B639AD; }
span { border-color: rgb(182,57,173); }
td.TdClassName
{
border-color: #B639AD;
}
.TagClassName
{
border-color: #B639AD;
}
</style>