Shades of Fuchsia #B667BA
Tints of Fuchsia #B667BA
RGB
CMYK
RGB Variations
Color information
#B667BA (or 0xB667BA) is known color: Fuchsia. HEX triplet: B6, 67 and BA. RGB value is (182,103,186). Sum of RGB (Red+Green+Blue) = 182+103+186=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #B667BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B667BA is #499845. Grayscale: #878787. Windows color (decimal): -4823110 or 12216246. OLE color: 12216246.
HSL color Cylindrical-coordinate representation of color #B667BA: hue angle of 297.11º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B667BA is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 103 | 186 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.27 |
| HSL | 297.11º | 0.38% | 0.57% | - |
| HSV(B) | 297.11º | 0.45% | 0.73% | - |
| XYZ | 33 | 23.19 | 49.19 | - |
| YUV | 136.08 | 156.17 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 186 | 0.02 | 0.45 | 0 | 0.27 | 297.11 | 0.38 | 0.57 |
| Hex | B6 | 67 | BA | 2 | 2D | 0 | 1B | 129 | 26 | 39 |
| Octal | 266 | 147 | 272 | 2 | 55 | 0 | 33 | 451 | 46 | 71 |
| Binary | 10110110 | 1100111 | 10111010 | 10 | 101101 | 0 | 11011 | 100101001 | 100110 | 111001 |
Color Harmonies of #B667BA
Complementary color
Monochromatic Colors of #B667BA
Black with #B667BA
Text Example
Text Example
White with #B667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667BA; }
p { color: rgb(182,103,186); }
H1.HeaderClassName
{
color: #B667BA;
}
.AnyTagClassName
{
color: #B667BA;
}
</style>
background-color css
<style>
a { background-color: #B667BA; }
a { background-color: rgb(182,103,186); }
div.DivClassName
{
background-color: #B667BA;
}
.BgClassName
{
background-color: #B667BA;
}
</style>
border-color css
<style>
span { border-color: #B667BA; }
span { border-color: rgb(182,103,186); }
td.TdClassName
{
border-color: #B667BA;
}
.TagClassName
{
border-color: #B667BA;
}
</style>