Shades of Fuchsia #B764BD
Tints of Fuchsia #B764BD
RGB
CMYK
RGB Variations
Color information
#B764BD (or 0xB764BD) is known color: Fuchsia. HEX triplet: B7, 64 and BD. RGB value is (183,100,189). Sum of RGB (Red+Green+Blue) = 183+100+189=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #B764BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764BD is #489B42. Grayscale: #868686. Windows color (decimal): -4758339 or 12412087. OLE color: 12412087.
HSL color Cylindrical-coordinate representation of color #B764BD: hue angle of 295.96º 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 #B764BD is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 100 | 189 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.26 |
| HSL | 295.96º | 0.4% | 0.57% | - |
| HSV(B) | 295.96º | 0.47% | 0.74% | - |
| XYZ | 33.27 | 22.86 | 50.8 | - |
| YUV | 134.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 189 | 0.03 | 0.47 | 0 | 0.26 | 295.96 | 0.4 | 0.57 |
| Hex | B7 | 64 | BD | 3 | 2F | 0 | 1A | 128 | 28 | 39 |
| Octal | 267 | 144 | 275 | 3 | 57 | 0 | 32 | 450 | 50 | 71 |
| Binary | 10110111 | 1100100 | 10111101 | 11 | 101111 | 0 | 11010 | 100101000 | 101000 | 111001 |
Color Harmonies of #B764BD
Complementary color
Monochromatic Colors of #B764BD
Black with #B764BD
Text Example
Text Example
White with #B764BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764BD; }
p { color: rgb(183,100,189); }
H1.HeaderClassName
{
color: #B764BD;
}
.AnyTagClassName
{
color: #B764BD;
}
</style>
background-color css
<style>
a { background-color: #B764BD; }
a { background-color: rgb(183,100,189); }
div.DivClassName
{
background-color: #B764BD;
}
.BgClassName
{
background-color: #B764BD;
}
</style>
border-color css
<style>
span { border-color: #B764BD; }
span { border-color: rgb(183,100,189); }
td.TdClassName
{
border-color: #B764BD;
}
.TagClassName
{
border-color: #B764BD;
}
</style>