Shades of Fuchsia #B671BD
Tints of Fuchsia #B671BD
RGB
CMYK
RGB Variations
Color information
#B671BD (or 0xB671BD) is known color: Fuchsia. HEX triplet: B6, 71 and BD. RGB value is (182,113,189). Sum of RGB (Red+Green+Blue) = 182+113+189=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #B671BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671BD is #498E42. Grayscale: #8E8E8E. Windows color (decimal): -4820547 or 12415414. OLE color: 12415414.
HSL color Cylindrical-coordinate representation of color #B671BD: hue angle of 294.47º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B671BD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 113 | 189 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.26 |
| HSL | 294.47º | 0.37% | 0.59% | - |
| HSV(B) | 294.47º | 0.4% | 0.74% | - |
| XYZ | 34.38 | 25.43 | 51.24 | - |
| YUV | 142.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 189 | 0.04 | 0.40 | 0 | 0.26 | 294.47 | 0.37 | 0.59 |
| Hex | B6 | 71 | BD | 4 | 28 | 0 | 1A | 126 | 25 | 3B |
| Octal | 266 | 161 | 275 | 4 | 50 | 0 | 32 | 446 | 45 | 73 |
| Binary | 10110110 | 1110001 | 10111101 | 100 | 101000 | 0 | 11010 | 100100110 | 100101 | 111011 |
Color Harmonies of #B671BD
Complementary color
Monochromatic Colors of #B671BD
Black with #B671BD
Text Example
Text Example
White with #B671BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671BD; }
p { color: rgb(182,113,189); }
H1.HeaderClassName
{
color: #B671BD;
}
.AnyTagClassName
{
color: #B671BD;
}
</style>
background-color css
<style>
a { background-color: #B671BD; }
a { background-color: rgb(182,113,189); }
div.DivClassName
{
background-color: #B671BD;
}
.BgClassName
{
background-color: #B671BD;
}
</style>
border-color css
<style>
span { border-color: #B671BD; }
span { border-color: rgb(182,113,189); }
td.TdClassName
{
border-color: #B671BD;
}
.TagClassName
{
border-color: #B671BD;
}
</style>