Shades of Fuchsia #B259BD
Tints of Fuchsia #B259BD
RGB
CMYK
RGB Variations
Color information
#B259BD (or 0xB259BD) is known color: Fuchsia. HEX triplet: B2, 59 and BD. RGB value is (178,89,189). Sum of RGB (Red+Green+Blue) = 178+89+189=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 189 - color contains mainly: blue. Hex color #B259BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B259BD is #4DA642. Grayscale: #7E7E7E. Windows color (decimal): -5088835 or 12409266. OLE color: 12409266.
HSL color Cylindrical-coordinate representation of color #B259BD: hue angle of 293.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B259BD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 89 | 189 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.26 |
| HSL | 293.4º | 0.43% | 0.55% | - |
| HSV(B) | 293.4º | 0.53% | 0.74% | - |
| XYZ | 31.12 | 20.28 | 50.42 | - |
| YUV | 127.01 | 162.99 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 189 | 0.06 | 0.53 | 0 | 0.26 | 293.4 | 0.43 | 0.55 |
| Hex | B2 | 59 | BD | 6 | 35 | 0 | 1A | 125 | 2B | 37 |
| Octal | 262 | 131 | 275 | 6 | 65 | 0 | 32 | 445 | 53 | 67 |
| Binary | 10110010 | 1011001 | 10111101 | 110 | 110101 | 0 | 11010 | 100100101 | 101011 | 110111 |
Color Harmonies of #B259BD
Complementary color
Monochromatic Colors of #B259BD
Black with #B259BD
Text Example
Text Example
White with #B259BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B259BD; }
p { color: rgb(178,89,189); }
H1.HeaderClassName
{
color: #B259BD;
}
.AnyTagClassName
{
color: #B259BD;
}
</style>
background-color css
<style>
a { background-color: #B259BD; }
a { background-color: rgb(178,89,189); }
div.DivClassName
{
background-color: #B259BD;
}
.BgClassName
{
background-color: #B259BD;
}
</style>
border-color css
<style>
span { border-color: #B259BD; }
span { border-color: rgb(178,89,189); }
td.TdClassName
{
border-color: #B259BD;
}
.TagClassName
{
border-color: #B259BD;
}
</style>