Shades of Fuchsia #B46DB3
Tints of Fuchsia #B46DB3
RGB
CMYK
RGB Variations
Color information
#B46DB3 (or 0xB46DB3) is known color: Fuchsia. HEX triplet: B4, 6D and B3. RGB value is (180,109,179). Sum of RGB (Red+Green+Blue) = 180+109+179=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B46DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DB3 is #4B924C. Grayscale: #8A8A8A. Windows color (decimal): -4952653 or 11759028. OLE color: 11759028.
HSL color Cylindrical-coordinate representation of color #B46DB3: hue angle of 300.85º 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 #B46DB3 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 109 | 179 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.29 |
| HSL | 300.85º | 0.32% | 0.57% | - |
| HSV(B) | 300.85º | 0.39% | 0.71% | - |
| XYZ | 32.43 | 23.9 | 45.55 | - |
| YUV | 138.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 179 | 0 | 0.39 | 0.01 | 0.29 | 300.85 | 0.32 | 0.57 |
| Hex | B4 | 6D | B3 | 0 | 27 | 1 | 1D | 12D | 20 | 39 |
| Octal | 264 | 155 | 263 | 0 | 47 | 1 | 35 | 455 | 40 | 71 |
| Binary | 10110100 | 1101101 | 10110011 | 0 | 100111 | 1 | 11101 | 100101101 | 100000 | 111001 |
Color Harmonies of #B46DB3
Complementary color
Monochromatic Colors of #B46DB3
Black with #B46DB3
Text Example
Text Example
White with #B46DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DB3; }
p { color: rgb(180,109,179); }
H1.HeaderClassName
{
color: #B46DB3;
}
.AnyTagClassName
{
color: #B46DB3;
}
</style>
background-color css
<style>
a { background-color: #B46DB3; }
a { background-color: rgb(180,109,179); }
div.DivClassName
{
background-color: #B46DB3;
}
.BgClassName
{
background-color: #B46DB3;
}
</style>
border-color css
<style>
span { border-color: #B46DB3; }
span { border-color: rgb(180,109,179); }
td.TdClassName
{
border-color: #B46DB3;
}
.TagClassName
{
border-color: #B46DB3;
}
</style>