Shades of Fuchsia #B769BF
Tints of Fuchsia #B769BF
RGB
CMYK
RGB Variations
Color information
#B769BF (or 0xB769BF) is known color: Fuchsia. HEX triplet: B7, 69 and BF. RGB value is (183,105,191). Sum of RGB (Red+Green+Blue) = 183+105+191=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #B769BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769BF is #489640. Grayscale: #898989. Windows color (decimal): -4757057 or 12544439. OLE color: 12544439.
HSL color Cylindrical-coordinate representation of color #B769BF: hue angle of 294.42º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B769BF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 105 | 191 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.25 |
| HSL | 294.42º | 0.4% | 0.58% | - |
| HSV(B) | 294.42º | 0.45% | 0.75% | - |
| XYZ | 33.98 | 23.93 | 52.12 | - |
| YUV | 138.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 191 | 0.04 | 0.45 | 0 | 0.25 | 294.42 | 0.4 | 0.58 |
| Hex | B7 | 69 | BF | 4 | 2D | 0 | 19 | 126 | 28 | 3A |
| Octal | 267 | 151 | 277 | 4 | 55 | 0 | 31 | 446 | 50 | 72 |
| Binary | 10110111 | 1101001 | 10111111 | 100 | 101101 | 0 | 11001 | 100100110 | 101000 | 111010 |
Color Harmonies of #B769BF
Complementary color
Monochromatic Colors of #B769BF
Black with #B769BF
Text Example
Text Example
White with #B769BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769BF; }
p { color: rgb(183,105,191); }
H1.HeaderClassName
{
color: #B769BF;
}
.AnyTagClassName
{
color: #B769BF;
}
</style>
background-color css
<style>
a { background-color: #B769BF; }
a { background-color: rgb(183,105,191); }
div.DivClassName
{
background-color: #B769BF;
}
.BgClassName
{
background-color: #B769BF;
}
</style>
border-color css
<style>
span { border-color: #B769BF; }
span { border-color: rgb(183,105,191); }
td.TdClassName
{
border-color: #B769BF;
}
.TagClassName
{
border-color: #B769BF;
}
</style>