Shades of Fuchsia #B064BD
Tints of Fuchsia #B064BD
RGB
CMYK
RGB Variations
Color information
#B064BD (or 0xB064BD) is known color: Fuchsia. HEX triplet: B0, 64 and BD. RGB value is (176,100,189). Sum of RGB (Red+Green+Blue) = 176+100+189=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 189 (74.22% from 255 or 40.65% from 465); Max value from RGB is 189 - color contains mainly: blue. Hex color #B064BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064BD is #4F9B42. Grayscale: #848484. Windows color (decimal): -5217091 or 12412080. OLE color: 12412080.
HSL color Cylindrical-coordinate representation of color #B064BD: hue angle of 291.24º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B064BD is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 100 | 189 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.26 |
| HSL | 291.24º | 0.4% | 0.57% | - |
| HSV(B) | 291.24º | 0.47% | 0.74% | - |
| XYZ | 31.65 | 22.02 | 50.73 | - |
| YUV | 132.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 189 | 0.07 | 0.47 | 0 | 0.26 | 291.24 | 0.4 | 0.57 |
| Hex | B0 | 64 | BD | 7 | 2F | 0 | 1A | 123 | 28 | 39 |
| Octal | 260 | 144 | 275 | 7 | 57 | 0 | 32 | 443 | 50 | 71 |
| Binary | 10110000 | 1100100 | 10111101 | 111 | 101111 | 0 | 11010 | 100100011 | 101000 | 111001 |
Color Harmonies of #B064BD
Complementary color
Monochromatic Colors of #B064BD
Black with #B064BD
Text Example
Text Example
White with #B064BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B064BD; }
p { color: rgb(176,100,189); }
H1.HeaderClassName
{
color: #B064BD;
}
.AnyTagClassName
{
color: #B064BD;
}
</style>
background-color css
<style>
a { background-color: #B064BD; }
a { background-color: rgb(176,100,189); }
div.DivClassName
{
background-color: #B064BD;
}
.BgClassName
{
background-color: #B064BD;
}
</style>
border-color css
<style>
span { border-color: #B064BD; }
span { border-color: rgb(176,100,189); }
td.TdClassName
{
border-color: #B064BD;
}
.TagClassName
{
border-color: #B064BD;
}
</style>