Shades of Fuchsia #B773B4
Tints of Fuchsia #B773B4
RGB
CMYK
RGB Variations
Color information
#B773B4 (or 0xB773B4) is known color: Fuchsia. HEX triplet: B7, 73 and B4. RGB value is (183,115,180). Sum of RGB (Red+Green+Blue) = 183+115+180=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 183 - color contains mainly: red. Hex color #B773B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773B4 is #488C4B. Grayscale: #8E8E8E. Windows color (decimal): -4754508 or 11826103. OLE color: 11826103.
HSL color Cylindrical-coordinate representation of color #B773B4: hue angle of 302.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B773B4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 180 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.28 |
| HSL | 302.65º | 0.32% | 0.58% | - |
| HSV(B) | 302.65º | 0.37% | 0.72% | - |
| XYZ | 33.9 | 25.62 | 46.34 | - |
| YUV | 142.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 180 | 0 | 0.37 | 0.02 | 0.28 | 302.65 | 0.32 | 0.58 |
| Hex | B7 | 73 | B4 | 0 | 25 | 2 | 1C | 12F | 20 | 3A |
| Octal | 267 | 163 | 264 | 0 | 45 | 2 | 34 | 457 | 40 | 72 |
| Binary | 10110111 | 1110011 | 10110100 | 0 | 100101 | 10 | 11100 | 100101111 | 100000 | 111010 |
Color Harmonies of #B773B4
Complementary color
Monochromatic Colors of #B773B4
Black with #B773B4
Text Example
Text Example
White with #B773B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B773B4; }
p { color: rgb(183,115,180); }
H1.HeaderClassName
{
color: #B773B4;
}
.AnyTagClassName
{
color: #B773B4;
}
</style>
background-color css
<style>
a { background-color: #B773B4; }
a { background-color: rgb(183,115,180); }
div.DivClassName
{
background-color: #B773B4;
}
.BgClassName
{
background-color: #B773B4;
}
</style>
border-color css
<style>
span { border-color: #B773B4; }
span { border-color: rgb(183,115,180); }
td.TdClassName
{
border-color: #B773B4;
}
.TagClassName
{
border-color: #B773B4;
}
</style>