Shades of Fuchsia #B269BD
Tints of Fuchsia #B269BD
RGB
CMYK
RGB Variations
Color information
#B269BD (or 0xB269BD) is known color: Fuchsia. HEX triplet: B2, 69 and BD. RGB value is (178,105,189). Sum of RGB (Red+Green+Blue) = 178+105+189=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B269BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269BD is #4D9642. Grayscale: #888888. Windows color (decimal): -5084739 or 12413362. OLE color: 12413362.
HSL color Cylindrical-coordinate representation of color #B269BD: hue angle of 292.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B269BD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 105 | 189 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.26 |
| HSL | 292.14º | 0.39% | 0.58% | - |
| HSV(B) | 292.14º | 0.44% | 0.74% | - |
| XYZ | 32.6 | 23.24 | 50.91 | - |
| YUV | 136.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 105 | 189 | 0.06 | 0.44 | 0 | 0.26 | 292.14 | 0.39 | 0.58 |
| Hex | B2 | 69 | BD | 6 | 2C | 0 | 1A | 124 | 27 | 3A |
| Octal | 262 | 151 | 275 | 6 | 54 | 0 | 32 | 444 | 47 | 72 |
| Binary | 10110010 | 1101001 | 10111101 | 110 | 101100 | 0 | 11010 | 100100100 | 100111 | 111010 |
Color Harmonies of #B269BD
Complementary color
Monochromatic Colors of #B269BD
Black with #B269BD
Text Example
Text Example
White with #B269BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B269BD; }
p { color: rgb(178,105,189); }
H1.HeaderClassName
{
color: #B269BD;
}
.AnyTagClassName
{
color: #B269BD;
}
</style>
background-color css
<style>
a { background-color: #B269BD; }
a { background-color: rgb(178,105,189); }
div.DivClassName
{
background-color: #B269BD;
}
.BgClassName
{
background-color: #B269BD;
}
</style>
border-color css
<style>
span { border-color: #B269BD; }
span { border-color: rgb(178,105,189); }
td.TdClassName
{
border-color: #B269BD;
}
.TagClassName
{
border-color: #B269BD;
}
</style>