Shades of Fuchsia #BF69C2
Tints of Fuchsia #BF69C2
RGB
CMYK
RGB Variations
Color information
#BF69C2 (or 0xBF69C2) is known color: Fuchsia. HEX triplet: BF, 69 and C2. RGB value is (191,105,194). Sum of RGB (Red+Green+Blue) = 191+105+194=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF69C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69C2 is #40963D. Grayscale: #8C8C8C. Windows color (decimal): -4232766 or 12741055. OLE color: 12741055.
HSL color Cylindrical-coordinate representation of color #BF69C2: hue angle of 297.98º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF69C2 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 105 | 194 | - |
| CMYK | 0.02 | 0.46 | 0 | 0.24 |
| HSL | 297.98º | 0.42% | 0.59% | - |
| HSV(B) | 297.98º | 0.46% | 0.76% | - |
| XYZ | 36.28 | 25.07 | 53.97 | - |
| YUV | 140.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 194 | 0.02 | 0.46 | 0 | 0.24 | 297.98 | 0.42 | 0.59 |
| Hex | BF | 69 | C2 | 2 | 2E | 0 | 18 | 12A | 2A | 3B |
| Octal | 277 | 151 | 302 | 2 | 56 | 0 | 30 | 452 | 52 | 73 |
| Binary | 10111111 | 1101001 | 11000010 | 10 | 101110 | 0 | 11000 | 100101010 | 101010 | 111011 |
Color Harmonies of #BF69C2
Complementary color
Monochromatic Colors of #BF69C2
Black with #BF69C2
Text Example
Text Example
White with #BF69C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF69C2; }
p { color: rgb(191,105,194); }
H1.HeaderClassName
{
color: #BF69C2;
}
.AnyTagClassName
{
color: #BF69C2;
}
</style>
background-color css
<style>
a { background-color: #BF69C2; }
a { background-color: rgb(191,105,194); }
div.DivClassName
{
background-color: #BF69C2;
}
.BgClassName
{
background-color: #BF69C2;
}
</style>
border-color css
<style>
span { border-color: #BF69C2; }
span { border-color: rgb(191,105,194); }
td.TdClassName
{
border-color: #BF69C2;
}
.TagClassName
{
border-color: #BF69C2;
}
</style>