Shades of Fuchsia #B671BC
Tints of Fuchsia #B671BC
RGB
CMYK
RGB Variations
Color information
#B671BC (or 0xB671BC) is known color: Fuchsia. HEX triplet: B6, 71 and BC. RGB value is (182,113,188). Sum of RGB (Red+Green+Blue) = 182+113+188=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #B671BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671BC is #498E43. Grayscale: #8D8D8D. Windows color (decimal): -4820548 or 12349878. OLE color: 12349878.
HSL color Cylindrical-coordinate representation of color #B671BC: hue angle of 295.2º degrees, saturation: 0.36, 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 #B671BC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 113 | 188 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.26 |
| HSL | 295.2º | 0.36% | 0.59% | - |
| HSV(B) | 295.2º | 0.4% | 0.74% | - |
| XYZ | 34.27 | 25.39 | 50.67 | - |
| YUV | 142.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 188 | 0.03 | 0.40 | 0 | 0.26 | 295.2 | 0.36 | 0.59 |
| Hex | B6 | 71 | BC | 3 | 28 | 0 | 1A | 127 | 24 | 3B |
| Octal | 266 | 161 | 274 | 3 | 50 | 0 | 32 | 447 | 44 | 73 |
| Binary | 10110110 | 1110001 | 10111100 | 11 | 101000 | 0 | 11010 | 100100111 | 100100 | 111011 |
Color Harmonies of #B671BC
Complementary color
Monochromatic Colors of #B671BC
Black with #B671BC
Text Example
Text Example
White with #B671BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671BC; }
p { color: rgb(182,113,188); }
H1.HeaderClassName
{
color: #B671BC;
}
.AnyTagClassName
{
color: #B671BC;
}
</style>
background-color css
<style>
a { background-color: #B671BC; }
a { background-color: rgb(182,113,188); }
div.DivClassName
{
background-color: #B671BC;
}
.BgClassName
{
background-color: #B671BC;
}
</style>
border-color css
<style>
span { border-color: #B671BC; }
span { border-color: rgb(182,113,188); }
td.TdClassName
{
border-color: #B671BC;
}
.TagClassName
{
border-color: #B671BC;
}
</style>