Shades of Fuchsia #B469B2
Tints of Fuchsia #B469B2
RGB
CMYK
RGB Variations
Color information
#B469B2 (or 0xB469B2) is known color: Fuchsia. HEX triplet: B4, 69 and B2. RGB value is (180,105,178). Sum of RGB (Red+Green+Blue) = 180+105+178=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B469B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469B2 is #4B964D. Grayscale: #878787. Windows color (decimal): -4953678 or 11692468. OLE color: 11692468.
HSL color Cylindrical-coordinate representation of color #B469B2: hue angle of 301.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B469B2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 105 | 178 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.29 |
| HSL | 301.6º | 0.33% | 0.56% | - |
| HSV(B) | 301.6º | 0.42% | 0.71% | - |
| XYZ | 31.91 | 23.02 | 44.88 | - |
| YUV | 135.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 105 | 178 | 0 | 0.42 | 0.01 | 0.29 | 301.6 | 0.33 | 0.56 |
| Hex | B4 | 69 | B2 | 0 | 2A | 1 | 1D | 12E | 21 | 38 |
| Octal | 264 | 151 | 262 | 0 | 52 | 1 | 35 | 456 | 41 | 70 |
| Binary | 10110100 | 1101001 | 10110010 | 0 | 101010 | 1 | 11101 | 100101110 | 100001 | 111000 |
Color Harmonies of #B469B2
Complementary color
Monochromatic Colors of #B469B2
Black with #B469B2
Text Example
Text Example
White with #B469B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B469B2; }
p { color: rgb(180,105,178); }
H1.HeaderClassName
{
color: #B469B2;
}
.AnyTagClassName
{
color: #B469B2;
}
</style>
background-color css
<style>
a { background-color: #B469B2; }
a { background-color: rgb(180,105,178); }
div.DivClassName
{
background-color: #B469B2;
}
.BgClassName
{
background-color: #B469B2;
}
</style>
border-color css
<style>
span { border-color: #B469B2; }
span { border-color: rgb(180,105,178); }
td.TdClassName
{
border-color: #B469B2;
}
.TagClassName
{
border-color: #B469B2;
}
</style>