Shades of Fuchsia #B672BF
Tints of Fuchsia #B672BF
RGB
CMYK
RGB Variations
Color information
#B672BF (or 0xB672BF) is known color: Fuchsia. HEX triplet: B6, 72 and BF. RGB value is (182,114,191). Sum of RGB (Red+Green+Blue) = 182+114+191=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #B672BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672BF is #498D40. Grayscale: #8E8E8E. Windows color (decimal): -4820289 or 12546742. OLE color: 12546742.
HSL color Cylindrical-coordinate representation of color #B672BF: hue angle of 292.99º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B672BF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 114 | 191 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.25 |
| HSL | 292.99º | 0.38% | 0.6% | - |
| HSV(B) | 292.99º | 0.4% | 0.75% | - |
| XYZ | 34.71 | 25.74 | 52.43 | - |
| YUV | 143.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 114 | 191 | 0.05 | 0.40 | 0 | 0.25 | 292.99 | 0.38 | 0.6 |
| Hex | B6 | 72 | BF | 5 | 28 | 0 | 19 | 125 | 26 | 3C |
| Octal | 266 | 162 | 277 | 5 | 50 | 0 | 31 | 445 | 46 | 74 |
| Binary | 10110110 | 1110010 | 10111111 | 101 | 101000 | 0 | 11001 | 100100101 | 100110 | 111100 |
Color Harmonies of #B672BF
Complementary color
Monochromatic Colors of #B672BF
Black with #B672BF
Text Example
Text Example
White with #B672BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B672BF; }
p { color: rgb(182,114,191); }
H1.HeaderClassName
{
color: #B672BF;
}
.AnyTagClassName
{
color: #B672BF;
}
</style>
background-color css
<style>
a { background-color: #B672BF; }
a { background-color: rgb(182,114,191); }
div.DivClassName
{
background-color: #B672BF;
}
.BgClassName
{
background-color: #B672BF;
}
</style>
border-color css
<style>
span { border-color: #B672BF; }
span { border-color: rgb(182,114,191); }
td.TdClassName
{
border-color: #B672BF;
}
.TagClassName
{
border-color: #B672BF;
}
</style>