Shades of Fuchsia #B669BD
Tints of Fuchsia #B669BD
RGB
CMYK
RGB Variations
Color information
#B669BD (or 0xB669BD) is known color: Fuchsia. HEX triplet: B6, 69 and BD. RGB value is (182,105,189). Sum of RGB (Red+Green+Blue) = 182+105+189=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #B669BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669BD is #499642. Grayscale: #898989. Windows color (decimal): -4822595 or 12413366. OLE color: 12413366.
HSL color Cylindrical-coordinate representation of color #B669BD: hue angle of 295º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B669BD is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 105 | 189 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.26 |
| HSL | 295º | 0.39% | 0.58% | - |
| HSV(B) | 295º | 0.44% | 0.74% | - |
| XYZ | 33.53 | 23.72 | 50.96 | - |
| YUV | 137.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 189 | 0.04 | 0.44 | 0 | 0.26 | 295 | 0.39 | 0.58 |
| Hex | B6 | 69 | BD | 4 | 2C | 0 | 1A | 127 | 27 | 3A |
| Octal | 266 | 151 | 275 | 4 | 54 | 0 | 32 | 447 | 47 | 72 |
| Binary | 10110110 | 1101001 | 10111101 | 100 | 101100 | 0 | 11010 | 100100111 | 100111 | 111010 |
Color Harmonies of #B669BD
Complementary color
Monochromatic Colors of #B669BD
Black with #B669BD
Text Example
Text Example
White with #B669BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669BD; }
p { color: rgb(182,105,189); }
H1.HeaderClassName
{
color: #B669BD;
}
.AnyTagClassName
{
color: #B669BD;
}
</style>
background-color css
<style>
a { background-color: #B669BD; }
a { background-color: rgb(182,105,189); }
div.DivClassName
{
background-color: #B669BD;
}
.BgClassName
{
background-color: #B669BD;
}
</style>
border-color css
<style>
span { border-color: #B669BD; }
span { border-color: rgb(182,105,189); }
td.TdClassName
{
border-color: #B669BD;
}
.TagClassName
{
border-color: #B669BD;
}
</style>