Shades of Fuchsia #B36CBD
Tints of Fuchsia #B36CBD
RGB
CMYK
RGB Variations
Color information
#B36CBD (or 0xB36CBD) is known color: Fuchsia. HEX triplet: B3, 6C and BD. RGB value is (179,108,189). Sum of RGB (Red+Green+Blue) = 179+108+189=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 108 (42.58% from 255 or 22.69% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #B36CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36CBD is #4C9342. Grayscale: #8A8A8A. Windows color (decimal): -5018435 or 12414131. OLE color: 12414131.
HSL color Cylindrical-coordinate representation of color #B36CBD: hue angle of 292.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B36CBD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 108 | 189 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.26 |
| HSL | 292.59º | 0.38% | 0.58% | - |
| HSV(B) | 292.59º | 0.43% | 0.74% | - |
| XYZ | 33.14 | 23.98 | 51.03 | - |
| YUV | 138.46 | 156.52 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 108 | 189 | 0.05 | 0.43 | 0 | 0.26 | 292.59 | 0.38 | 0.58 |
| Hex | B3 | 6C | BD | 5 | 2B | 0 | 1A | 125 | 26 | 3A |
| Octal | 263 | 154 | 275 | 5 | 53 | 0 | 32 | 445 | 46 | 72 |
| Binary | 10110011 | 1101100 | 10111101 | 101 | 101011 | 0 | 11010 | 100100101 | 100110 | 111010 |
Color Harmonies of #B36CBD
Complementary color
Monochromatic Colors of #B36CBD
Black with #B36CBD
Text Example
Text Example
White with #B36CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B36CBD; }
p { color: rgb(179,108,189); }
H1.HeaderClassName
{
color: #B36CBD;
}
.AnyTagClassName
{
color: #B36CBD;
}
</style>
background-color css
<style>
a { background-color: #B36CBD; }
a { background-color: rgb(179,108,189); }
div.DivClassName
{
background-color: #B36CBD;
}
.BgClassName
{
background-color: #B36CBD;
}
</style>
border-color css
<style>
span { border-color: #B36CBD; }
span { border-color: rgb(179,108,189); }
td.TdClassName
{
border-color: #B36CBD;
}
.TagClassName
{
border-color: #B36CBD;
}
</style>