Shades of Fuchsia #B46BBD
Tints of Fuchsia #B46BBD
RGB
CMYK
RGB Variations
Color information
#B46BBD (or 0xB46BBD) is known color: Fuchsia. HEX triplet: B4, 6B and BD. RGB value is (180,107,189). Sum of RGB (Red+Green+Blue) = 180+107+189=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 107 (42.19% from 255 or 22.48% 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 #B46BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BBD is #4B9442. Grayscale: #898989. Windows color (decimal): -4953155 or 12413876. OLE color: 12413876.
HSL color Cylindrical-coordinate representation of color #B46BBD: hue angle of 293.41º 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 #B46BBD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 107 | 189 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.26 |
| HSL | 293.41º | 0.38% | 0.58% | - |
| HSV(B) | 293.41º | 0.43% | 0.74% | - |
| XYZ | 33.27 | 23.89 | 51 | - |
| YUV | 138.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 189 | 0.05 | 0.43 | 0 | 0.26 | 293.41 | 0.38 | 0.58 |
| Hex | B4 | 6B | BD | 5 | 2B | 0 | 1A | 125 | 26 | 3A |
| Octal | 264 | 153 | 275 | 5 | 53 | 0 | 32 | 445 | 46 | 72 |
| Binary | 10110100 | 1101011 | 10111101 | 101 | 101011 | 0 | 11010 | 100100101 | 100110 | 111010 |
Color Harmonies of #B46BBD
Complementary color
Monochromatic Colors of #B46BBD
Black with #B46BBD
Text Example
Text Example
White with #B46BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46BBD; }
p { color: rgb(180,107,189); }
H1.HeaderClassName
{
color: #B46BBD;
}
.AnyTagClassName
{
color: #B46BBD;
}
</style>
background-color css
<style>
a { background-color: #B46BBD; }
a { background-color: rgb(180,107,189); }
div.DivClassName
{
background-color: #B46BBD;
}
.BgClassName
{
background-color: #B46BBD;
}
</style>
border-color css
<style>
span { border-color: #B46BBD; }
span { border-color: rgb(180,107,189); }
td.TdClassName
{
border-color: #B46BBD;
}
.TagClassName
{
border-color: #B46BBD;
}
</style>