Shades of Fuchsia #B773BC
Tints of Fuchsia #B773BC
RGB
CMYK
RGB Variations
Color information
#B773BC (or 0xB773BC) is known color: Fuchsia. HEX triplet: B7, 73 and BC. RGB value is (183,115,188). Sum of RGB (Red+Green+Blue) = 183+115+188=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B773BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773BC is #488C43. Grayscale: #8F8F8F. Windows color (decimal): -4754500 or 12350391. OLE color: 12350391.
HSL color Cylindrical-coordinate representation of color #B773BC: hue angle of 295.89º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B773BC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 115 | 188 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.26 |
| HSL | 295.89º | 0.35% | 0.59% | - |
| HSV(B) | 295.89º | 0.39% | 0.74% | - |
| XYZ | 34.74 | 25.96 | 50.76 | - |
| YUV | 143.65 | 153.03 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 188 | 0.03 | 0.39 | 0 | 0.26 | 295.89 | 0.35 | 0.59 |
| Hex | B7 | 73 | BC | 3 | 27 | 0 | 1A | 128 | 23 | 3B |
| Octal | 267 | 163 | 274 | 3 | 47 | 0 | 32 | 450 | 43 | 73 |
| Binary | 10110111 | 1110011 | 10111100 | 11 | 100111 | 0 | 11010 | 100101000 | 100011 | 111011 |
Color Harmonies of #B773BC
Complementary color
Monochromatic Colors of #B773BC
Black with #B773BC
Text Example
Text Example
White with #B773BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773BC; }
p { color: rgb(183,115,188); }
H1.HeaderClassName
{
color: #B773BC;
}
.AnyTagClassName
{
color: #B773BC;
}
</style>
background-color css
<style>
a { background-color: #B773BC; }
a { background-color: rgb(183,115,188); }
div.DivClassName
{
background-color: #B773BC;
}
.BgClassName
{
background-color: #B773BC;
}
</style>
border-color css
<style>
span { border-color: #B773BC; }
span { border-color: rgb(183,115,188); }
td.TdClassName
{
border-color: #B773BC;
}
.TagClassName
{
border-color: #B773BC;
}
</style>