Shades of Fuchsia #B773BE
Tints of Fuchsia #B773BE
RGB
CMYK
RGB Variations
Color information
#B773BE (or 0xB773BE) is known color: Fuchsia. HEX triplet: B7, 73 and BE. RGB value is (183,115,190). Sum of RGB (Red+Green+Blue) = 183+115+190=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 190 - color contains mainly: blue. Hex color #B773BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773BE is #488C41. Grayscale: #8F8F8F. Windows color (decimal): -4754498 or 12481463. OLE color: 12481463.
HSL color Cylindrical-coordinate representation of color #B773BE: hue angle of 294.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B773BE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 115 | 190 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.25 |
| HSL | 294.4º | 0.37% | 0.6% | - |
| HSV(B) | 294.4º | 0.39% | 0.75% | - |
| XYZ | 34.95 | 26.05 | 51.9 | - |
| YUV | 143.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 190 | 0.04 | 0.39 | 0 | 0.25 | 294.4 | 0.37 | 0.6 |
| Hex | B7 | 73 | BE | 4 | 27 | 0 | 19 | 126 | 25 | 3C |
| Octal | 267 | 163 | 276 | 4 | 47 | 0 | 31 | 446 | 45 | 74 |
| Binary | 10110111 | 1110011 | 10111110 | 100 | 100111 | 0 | 11001 | 100100110 | 100101 | 111100 |
Color Harmonies of #B773BE
Complementary color
Monochromatic Colors of #B773BE
Black with #B773BE
Text Example
Text Example
White with #B773BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773BE; }
p { color: rgb(183,115,190); }
H1.HeaderClassName
{
color: #B773BE;
}
.AnyTagClassName
{
color: #B773BE;
}
</style>
background-color css
<style>
a { background-color: #B773BE; }
a { background-color: rgb(183,115,190); }
div.DivClassName
{
background-color: #B773BE;
}
.BgClassName
{
background-color: #B773BE;
}
</style>
border-color css
<style>
span { border-color: #B773BE; }
span { border-color: rgb(183,115,190); }
td.TdClassName
{
border-color: #B773BE;
}
.TagClassName
{
border-color: #B773BE;
}
</style>