Shades of Fuchsia #B965B9
Tints of Fuchsia #B965B9
RGB
CMYK
RGB Variations
Color information
#B965B9 (or 0xB965B9) is known color: Fuchsia. HEX triplet: B9, 65 and B9. RGB value is (185,101,185). Sum of RGB (Red+Green+Blue) = 185+101+185=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 185 - color contains mainly: red, blue. Hex color #B965B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B965B9 is #469A46. Grayscale: #878787. Windows color (decimal): -4627015 or 12150201. OLE color: 12150201.
HSL color Cylindrical-coordinate representation of color #B965B9: hue angle of 300º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965B9 is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 101 | 185 | - |
| CMYK | 0 | 0.45 | 0 | 0.27 |
| HSL | 300º | 0.38% | 0.56% | - |
| HSV(B) | 300º | 0.45% | 0.73% | - |
| XYZ | 33.42 | 23.12 | 48.6 | - |
| YUV | 135.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 185 | 0 | 0.45 | 0 | 0.27 | 300 | 0.38 | 0.56 |
| Hex | B9 | 65 | B9 | 0 | 2D | 0 | 1B | 12C | 26 | 38 |
| Octal | 271 | 145 | 271 | 0 | 55 | 0 | 33 | 454 | 46 | 70 |
| Binary | 10111001 | 1100101 | 10111001 | 0 | 101101 | 0 | 11011 | 100101100 | 100110 | 111000 |
Color Harmonies of #B965B9
Complementary color
Monochromatic Colors of #B965B9
Black with #B965B9
Text Example
Text Example
White with #B965B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965B9; }
p { color: rgb(185,101,185); }
H1.HeaderClassName
{
color: #B965B9;
}
.AnyTagClassName
{
color: #B965B9;
}
</style>
background-color css
<style>
a { background-color: #B965B9; }
a { background-color: rgb(185,101,185); }
div.DivClassName
{
background-color: #B965B9;
}
.BgClassName
{
background-color: #B965B9;
}
</style>
border-color css
<style>
span { border-color: #B965B9; }
span { border-color: rgb(185,101,185); }
td.TdClassName
{
border-color: #B965B9;
}
.TagClassName
{
border-color: #B965B9;
}
</style>