Shades of Fuchsia #B769C3
Tints of Fuchsia #B769C3
RGB
CMYK
RGB Variations
Color information
#B769C3 (or 0xB769C3) is known color: Fuchsia. HEX triplet: B7, 69 and C3. RGB value is (183,105,195). Sum of RGB (Red+Green+Blue) = 183+105+195=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #B769C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769C3 is #48963C. Grayscale: #8A8A8A. Windows color (decimal): -4757053 or 12806583. OLE color: 12806583.
HSL color Cylindrical-coordinate representation of color #B769C3: hue angle of 292º degrees, saturation: 0.43, 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 #B769C3 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 105 | 195 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.24 |
| HSL | 292º | 0.43% | 0.59% | - |
| HSV(B) | 292º | 0.46% | 0.76% | - |
| XYZ | 34.43 | 24.11 | 54.47 | - |
| YUV | 138.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 195 | 0.06 | 0.46 | 0 | 0.24 | 292 | 0.43 | 0.59 |
| Hex | B7 | 69 | C3 | 6 | 2E | 0 | 18 | 124 | 2B | 3B |
| Octal | 267 | 151 | 303 | 6 | 56 | 0 | 30 | 444 | 53 | 73 |
| Binary | 10110111 | 1101001 | 11000011 | 110 | 101110 | 0 | 11000 | 100100100 | 101011 | 111011 |
Color Harmonies of #B769C3
Complementary color
Monochromatic Colors of #B769C3
Black with #B769C3
Text Example
Text Example
White with #B769C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769C3; }
p { color: rgb(183,105,195); }
H1.HeaderClassName
{
color: #B769C3;
}
.AnyTagClassName
{
color: #B769C3;
}
</style>
background-color css
<style>
a { background-color: #B769C3; }
a { background-color: rgb(183,105,195); }
div.DivClassName
{
background-color: #B769C3;
}
.BgClassName
{
background-color: #B769C3;
}
</style>
border-color css
<style>
span { border-color: #B769C3; }
span { border-color: rgb(183,105,195); }
td.TdClassName
{
border-color: #B769C3;
}
.TagClassName
{
border-color: #B769C3;
}
</style>