Shades of Fuchsia #B672B5
Tints of Fuchsia #B672B5
RGB
CMYK
RGB Variations
Color information
#B672B5 (or 0xB672B5) is known color: Fuchsia. HEX triplet: B6, 72 and B5. RGB value is (182,114,181). Sum of RGB (Red+Green+Blue) = 182+114+181=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B672B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672B5 is #498D4A. Grayscale: #8D8D8D. Windows color (decimal): -4820299 or 11891382. OLE color: 11891382.
HSL color Cylindrical-coordinate representation of color #B672B5: hue angle of 300.88º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B672B5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 114 | 181 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.29 |
| HSL | 300.88º | 0.32% | 0.58% | - |
| HSV(B) | 300.88º | 0.37% | 0.71% | - |
| XYZ | 33.65 | 25.32 | 46.83 | - |
| YUV | 141.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 181 | 0 | 0.37 | 0.01 | 0.29 | 300.88 | 0.32 | 0.58 |
| Hex | B6 | 72 | B5 | 0 | 25 | 1 | 1D | 12D | 20 | 3A |
| Octal | 266 | 162 | 265 | 0 | 45 | 1 | 35 | 455 | 40 | 72 |
| Binary | 10110110 | 1110010 | 10110101 | 0 | 100101 | 1 | 11101 | 100101101 | 100000 | 111010 |
Color Harmonies of #B672B5
Complementary color
Monochromatic Colors of #B672B5
Black with #B672B5
Text Example
Text Example
White with #B672B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672B5; }
p { color: rgb(182,114,181); }
H1.HeaderClassName
{
color: #B672B5;
}
.AnyTagClassName
{
color: #B672B5;
}
</style>
background-color css
<style>
a { background-color: #B672B5; }
a { background-color: rgb(182,114,181); }
div.DivClassName
{
background-color: #B672B5;
}
.BgClassName
{
background-color: #B672B5;
}
</style>
border-color css
<style>
span { border-color: #B672B5; }
span { border-color: rgb(182,114,181); }
td.TdClassName
{
border-color: #B672B5;
}
.TagClassName
{
border-color: #B672B5;
}
</style>