Shades of Fuchsia #BF65B2
Tints of Fuchsia #BF65B2
RGB
CMYK
RGB Variations
Color information
#BF65B2 (or 0xBF65B2) is known color: Fuchsia. HEX triplet: BF, 65 and B2. RGB value is (191,101,178). Sum of RGB (Red+Green+Blue) = 191+101+178=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF65B2 is #409A4D. Grayscale: #888888. Windows color (decimal): -4233806 or 11691455. OLE color: 11691455.
HSL color Cylindrical-coordinate representation of color #BF65B2: hue angle of 308.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF65B2 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 178 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.25 |
| HSL | 308.67º | 0.41% | 0.57% | - |
| HSV(B) | 308.67º | 0.47% | 0.75% | - |
| XYZ | 34.18 | 23.6 | 44.87 | - |
| YUV | 136.69 | 151.32 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 178 | 0 | 0.47 | 0.07 | 0.25 | 308.67 | 0.41 | 0.57 |
| Hex | BF | 65 | B2 | 0 | 2F | 7 | 19 | 135 | 29 | 39 |
| Octal | 277 | 145 | 262 | 0 | 57 | 7 | 31 | 465 | 51 | 71 |
| Binary | 10111111 | 1100101 | 10110010 | 0 | 101111 | 111 | 11001 | 100110101 | 101001 | 111001 |
Color Harmonies of #BF65B2
Complementary color
Monochromatic Colors of #BF65B2
Black with #BF65B2
Text Example
Text Example
White with #BF65B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF65B2; }
p { color: rgb(191,101,178); }
H1.HeaderClassName
{
color: #BF65B2;
}
.AnyTagClassName
{
color: #BF65B2;
}
</style>
background-color css
<style>
a { background-color: #BF65B2; }
a { background-color: rgb(191,101,178); }
div.DivClassName
{
background-color: #BF65B2;
}
.BgClassName
{
background-color: #BF65B2;
}
</style>
border-color css
<style>
span { border-color: #BF65B2; }
span { border-color: rgb(191,101,178); }
td.TdClassName
{
border-color: #BF65B2;
}
.TagClassName
{
border-color: #BF65B2;
}
</style>