Shades of Fuchsia #B36DB4
Tints of Fuchsia #B36DB4
RGB
CMYK
RGB Variations
Color information
#B36DB4 (or 0xB36DB4) is known color: Fuchsia. HEX triplet: B3, 6D and B4. RGB value is (179,109,180). Sum of RGB (Red+Green+Blue) = 179+109+180=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 180 - color contains mainly: blue. Hex color #B36DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36DB4 is #4C924B. Grayscale: #898989. Windows color (decimal): -5018188 or 11824563. OLE color: 11824563.
HSL color Cylindrical-coordinate representation of color #B36DB4: hue angle of 299.15º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B36DB4 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 109 | 180 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.29 |
| HSL | 299.15º | 0.32% | 0.57% | - |
| HSV(B) | 299.15º | 0.39% | 0.71% | - |
| XYZ | 32.3 | 23.82 | 46.07 | - |
| YUV | 138.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 109 | 180 | 0.01 | 0.39 | 0 | 0.29 | 299.15 | 0.32 | 0.57 |
| Hex | B3 | 6D | B4 | 1 | 27 | 0 | 1D | 12B | 20 | 39 |
| Octal | 263 | 155 | 264 | 1 | 47 | 0 | 35 | 453 | 40 | 71 |
| Binary | 10110011 | 1101101 | 10110100 | 1 | 100111 | 0 | 11101 | 100101011 | 100000 | 111001 |
Color Harmonies of #B36DB4
Complementary color
Monochromatic Colors of #B36DB4
Black with #B36DB4
Text Example
Text Example
White with #B36DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36DB4; }
p { color: rgb(179,109,180); }
H1.HeaderClassName
{
color: #B36DB4;
}
.AnyTagClassName
{
color: #B36DB4;
}
</style>
background-color css
<style>
a { background-color: #B36DB4; }
a { background-color: rgb(179,109,180); }
div.DivClassName
{
background-color: #B36DB4;
}
.BgClassName
{
background-color: #B36DB4;
}
</style>
border-color css
<style>
span { border-color: #B36DB4; }
span { border-color: rgb(179,109,180); }
td.TdClassName
{
border-color: #B36DB4;
}
.TagClassName
{
border-color: #B36DB4;
}
</style>