Shades of Fuchsia #B769B1
Tints of Fuchsia #B769B1
RGB
CMYK
RGB Variations
Color information
#B769B1 (or 0xB769B1) is known color: Fuchsia. HEX triplet: B7, 69 and B1. RGB value is (183,105,177). Sum of RGB (Red+Green+Blue) = 183+105+177=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 177 (69.53% from 255 or 38.06% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B769B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B769B1 is #48964E. Grayscale: #888888. Windows color (decimal): -4757071 or 11626935. OLE color: 11626935.
HSL color Cylindrical-coordinate representation of color #B769B1: hue angle of 304.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B769B1 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 177 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.28 |
| HSL | 304.62º | 0.35% | 0.56% | - |
| HSV(B) | 304.62º | 0.43% | 0.72% | - |
| XYZ | 32.52 | 23.34 | 44.39 | - |
| YUV | 136.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 177 | 0 | 0.43 | 0.03 | 0.28 | 304.62 | 0.35 | 0.56 |
| Hex | B7 | 69 | B1 | 0 | 2B | 3 | 1C | 131 | 23 | 38 |
| Octal | 267 | 151 | 261 | 0 | 53 | 3 | 34 | 461 | 43 | 70 |
| Binary | 10110111 | 1101001 | 10110001 | 0 | 101011 | 11 | 11100 | 100110001 | 100011 | 111000 |
Color Harmonies of #B769B1
Complementary color
Monochromatic Colors of #B769B1
Black with #B769B1
Text Example
Text Example
White with #B769B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B769B1; }
p { color: rgb(183,105,177); }
H1.HeaderClassName
{
color: #B769B1;
}
.AnyTagClassName
{
color: #B769B1;
}
</style>
background-color css
<style>
a { background-color: #B769B1; }
a { background-color: rgb(183,105,177); }
div.DivClassName
{
background-color: #B769B1;
}
.BgClassName
{
background-color: #B769B1;
}
</style>
border-color css
<style>
span { border-color: #B769B1; }
span { border-color: rgb(183,105,177); }
td.TdClassName
{
border-color: #B769B1;
}
.TagClassName
{
border-color: #B769B1;
}
</style>