Shades of Fuchsia #B965BA
Tints of Fuchsia #B965BA
RGB
CMYK
RGB Variations
Color information
#B965BA (or 0xB965BA) is known color: Fuchsia. HEX triplet: B9, 65 and BA. RGB value is (185,101,186). Sum of RGB (Red+Green+Blue) = 185+101+186=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #B965BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965BA is #469A45. Grayscale: #878787. Windows color (decimal): -4627014 or 12215737. OLE color: 12215737.
HSL color Cylindrical-coordinate representation of color #B965BA: hue angle of 299.29º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B965BA is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 186 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.27 |
| HSL | 299.29º | 0.38% | 0.56% | - |
| HSV(B) | 299.29º | 0.46% | 0.73% | - |
| XYZ | 33.52 | 23.17 | 49.16 | - |
| YUV | 135.81 | 156.33 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 186 | 0.01 | 0.46 | 0 | 0.27 | 299.29 | 0.38 | 0.56 |
| Hex | B9 | 65 | BA | 1 | 2E | 0 | 1B | 12B | 26 | 38 |
| Octal | 271 | 145 | 272 | 1 | 56 | 0 | 33 | 453 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10111010 | 1 | 101110 | 0 | 11011 | 100101011 | 100110 | 111000 |
Color Harmonies of #B965BA
Complementary color
Monochromatic Colors of #B965BA
Black with #B965BA
Text Example
Text Example
White with #B965BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965BA; }
p { color: rgb(185,101,186); }
H1.HeaderClassName
{
color: #B965BA;
}
.AnyTagClassName
{
color: #B965BA;
}
</style>
background-color css
<style>
a { background-color: #B965BA; }
a { background-color: rgb(185,101,186); }
div.DivClassName
{
background-color: #B965BA;
}
.BgClassName
{
background-color: #B965BA;
}
</style>
border-color css
<style>
span { border-color: #B965BA; }
span { border-color: rgb(185,101,186); }
td.TdClassName
{
border-color: #B965BA;
}
.TagClassName
{
border-color: #B965BA;
}
</style>