Shades of Fuchsia #B764BC
Tints of Fuchsia #B764BC
RGB
CMYK
RGB Variations
Color information
#B764BC (or 0xB764BC) is known color: Fuchsia. HEX triplet: B7, 64 and BC. RGB value is (183,100,188). Sum of RGB (Red+Green+Blue) = 183+100+188=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #B764BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764BC is #489B43. Grayscale: #868686. Windows color (decimal): -4758340 or 12346551. OLE color: 12346551.
HSL color Cylindrical-coordinate representation of color #B764BC: hue angle of 296.59º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B764BC is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 100 | 188 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.26 |
| HSL | 296.59º | 0.4% | 0.56% | - |
| HSV(B) | 296.59º | 0.47% | 0.74% | - |
| XYZ | 33.16 | 22.81 | 50.23 | - |
| YUV | 134.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 188 | 0.03 | 0.47 | 0 | 0.26 | 296.59 | 0.4 | 0.56 |
| Hex | B7 | 64 | BC | 3 | 2F | 0 | 1A | 129 | 28 | 38 |
| Octal | 267 | 144 | 274 | 3 | 57 | 0 | 32 | 451 | 50 | 70 |
| Binary | 10110111 | 1100100 | 10111100 | 11 | 101111 | 0 | 11010 | 100101001 | 101000 | 111000 |
Color Harmonies of #B764BC
Complementary color
Monochromatic Colors of #B764BC
Black with #B764BC
Text Example
Text Example
White with #B764BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764BC; }
p { color: rgb(183,100,188); }
H1.HeaderClassName
{
color: #B764BC;
}
.AnyTagClassName
{
color: #B764BC;
}
</style>
background-color css
<style>
a { background-color: #B764BC; }
a { background-color: rgb(183,100,188); }
div.DivClassName
{
background-color: #B764BC;
}
.BgClassName
{
background-color: #B764BC;
}
</style>
border-color css
<style>
span { border-color: #B764BC; }
span { border-color: rgb(183,100,188); }
td.TdClassName
{
border-color: #B764BC;
}
.TagClassName
{
border-color: #B764BC;
}
</style>