Shades of Fuchsia #B639B0
Tints of Fuchsia #B639B0
RGB
CMYK
RGB Variations
Color information
#B639B0 (or 0xB639B0) is known color: Fuchsia. HEX triplet: B6, 39 and B0. RGB value is (182,57,176). Sum of RGB (Red+Green+Blue) = 182+57+176=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B639B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B639B0 is #49C64F. Grayscale: #6B6B6B. Windows color (decimal): -4834896 or 11549110. OLE color: 11549110.
HSL color Cylindrical-coordinate representation of color #B639B0: hue angle of 302.88º 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 #B639B0 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 176 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.29 |
| HSL | 302.88º | 0.52% | 0.47% | - |
| HSV(B) | 302.88º | 0.69% | 0.71% | - |
| XYZ | 28.59 | 16.01 | 42.66 | - |
| YUV | 107.94 | 166.41 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 176 | 0 | 0.69 | 0.03 | 0.29 | 302.88 | 0.52 | 0.47 |
| Hex | B6 | 39 | B0 | 0 | 45 | 3 | 1D | 12F | 34 | 2F |
| Octal | 266 | 71 | 260 | 0 | 105 | 3 | 35 | 457 | 64 | 57 |
| Binary | 10110110 | 111001 | 10110000 | 0 | 1000101 | 11 | 11101 | 100101111 | 110100 | 101111 |
Color Harmonies of #B639B0
Complementary color
Monochromatic Colors of #B639B0
Black with #B639B0
Text Example
Text Example
White with #B639B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B639B0; }
p { color: rgb(182,57,176); }
H1.HeaderClassName
{
color: #B639B0;
}
.AnyTagClassName
{
color: #B639B0;
}
</style>
background-color css
<style>
a { background-color: #B639B0; }
a { background-color: rgb(182,57,176); }
div.DivClassName
{
background-color: #B639B0;
}
.BgClassName
{
background-color: #B639B0;
}
</style>
border-color css
<style>
span { border-color: #B639B0; }
span { border-color: rgb(182,57,176); }
td.TdClassName
{
border-color: #B639B0;
}
.TagClassName
{
border-color: #B639B0;
}
</style>