Shades of Fuchsia #B769C1
Tints of Fuchsia #B769C1
RGB
CMYK
RGB Variations
Color information
#B769C1 (or 0xB769C1) is known color: Fuchsia. HEX triplet: B7, 69 and C1. RGB value is (183,105,193). Sum of RGB (Red+Green+Blue) = 183+105+193=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #B769C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769C1 is #48963E. Grayscale: #8A8A8A. Windows color (decimal): -4757055 or 12675511. OLE color: 12675511.
HSL color Cylindrical-coordinate representation of color #B769C1: hue angle of 293.18º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B769C1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 105 | 193 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.24 |
| HSL | 293.18º | 0.42% | 0.58% | - |
| HSV(B) | 293.18º | 0.46% | 0.76% | - |
| XYZ | 34.21 | 24.02 | 53.29 | - |
| YUV | 138.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 193 | 0.05 | 0.46 | 0 | 0.24 | 293.18 | 0.42 | 0.58 |
| Hex | B7 | 69 | C1 | 5 | 2E | 0 | 18 | 125 | 2A | 3A |
| Octal | 267 | 151 | 301 | 5 | 56 | 0 | 30 | 445 | 52 | 72 |
| Binary | 10110111 | 1101001 | 11000001 | 101 | 101110 | 0 | 11000 | 100100101 | 101010 | 111010 |
Color Harmonies of #B769C1
Complementary color
Monochromatic Colors of #B769C1
Black with #B769C1
Text Example
Text Example
White with #B769C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769C1; }
p { color: rgb(183,105,193); }
H1.HeaderClassName
{
color: #B769C1;
}
.AnyTagClassName
{
color: #B769C1;
}
</style>
background-color css
<style>
a { background-color: #B769C1; }
a { background-color: rgb(183,105,193); }
div.DivClassName
{
background-color: #B769C1;
}
.BgClassName
{
background-color: #B769C1;
}
</style>
border-color css
<style>
span { border-color: #B769C1; }
span { border-color: rgb(183,105,193); }
td.TdClassName
{
border-color: #B769C1;
}
.TagClassName
{
border-color: #B769C1;
}
</style>