Shades of Fuchsia #B672B9
Tints of Fuchsia #B672B9
RGB
CMYK
RGB Variations
Color information
#B672B9 (or 0xB672B9) is known color: Fuchsia. HEX triplet: B6, 72 and B9. RGB value is (182,114,185). Sum of RGB (Red+Green+Blue) = 182+114+185=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 185 (72.66% from 255 or 38.46% from 481); Max value from RGB is 185 - color contains mainly: blue. Hex color #B672B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672B9 is #498D46. Grayscale: #8E8E8E. Windows color (decimal): -4820295 or 12153526. OLE color: 12153526.
HSL color Cylindrical-coordinate representation of color #B672B9: hue angle of 297.46º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B672B9 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 114 | 185 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.27 |
| HSL | 297.46º | 0.34% | 0.59% | - |
| HSV(B) | 297.46º | 0.38% | 0.73% | - |
| XYZ | 34.07 | 25.48 | 49.02 | - |
| YUV | 142.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 185 | 0.02 | 0.38 | 0 | 0.27 | 297.46 | 0.34 | 0.59 |
| Hex | B6 | 72 | B9 | 2 | 26 | 0 | 1B | 129 | 22 | 3B |
| Octal | 266 | 162 | 271 | 2 | 46 | 0 | 33 | 451 | 42 | 73 |
| Binary | 10110110 | 1110010 | 10111001 | 10 | 100110 | 0 | 11011 | 100101001 | 100010 | 111011 |
Color Harmonies of #B672B9
Complementary color
Monochromatic Colors of #B672B9
Black with #B672B9
Text Example
Text Example
White with #B672B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672B9; }
p { color: rgb(182,114,185); }
H1.HeaderClassName
{
color: #B672B9;
}
.AnyTagClassName
{
color: #B672B9;
}
</style>
background-color css
<style>
a { background-color: #B672B9; }
a { background-color: rgb(182,114,185); }
div.DivClassName
{
background-color: #B672B9;
}
.BgClassName
{
background-color: #B672B9;
}
</style>
border-color css
<style>
span { border-color: #B672B9; }
span { border-color: rgb(182,114,185); }
td.TdClassName
{
border-color: #B672B9;
}
.TagClassName
{
border-color: #B672B9;
}
</style>