Shades of Fuchsia #B273B7
Tints of Fuchsia #B273B7
RGB
CMYK
RGB Variations
Color information
#B273B7 (or 0xB273B7) is known color: Fuchsia. HEX triplet: B2, 73 and B7. RGB value is (178,115,183). Sum of RGB (Red+Green+Blue) = 178+115+183=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 183 - color contains mainly: blue. Hex color #B273B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273B7 is #4D8C48. Grayscale: #8D8D8D. Windows color (decimal): -5082185 or 12022706. OLE color: 12022706.
HSL color Cylindrical-coordinate representation of color #B273B7: hue angle of 295.59º 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 #B273B7 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 115 | 183 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.28 |
| HSL | 295.59º | 0.32% | 0.58% | - |
| HSV(B) | 295.59º | 0.37% | 0.72% | - |
| XYZ | 33.04 | 25.15 | 47.91 | - |
| YUV | 141.59 | 151.37 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 183 | 0.03 | 0.37 | 0 | 0.28 | 295.59 | 0.32 | 0.58 |
| Hex | B2 | 73 | B7 | 3 | 25 | 0 | 1C | 128 | 20 | 3A |
| Octal | 262 | 163 | 267 | 3 | 45 | 0 | 34 | 450 | 40 | 72 |
| Binary | 10110010 | 1110011 | 10110111 | 11 | 100101 | 0 | 11100 | 100101000 | 100000 | 111010 |
Color Harmonies of #B273B7
Complementary color
Monochromatic Colors of #B273B7
Black with #B273B7
Text Example
Text Example
White with #B273B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273B7; }
p { color: rgb(178,115,183); }
H1.HeaderClassName
{
color: #B273B7;
}
.AnyTagClassName
{
color: #B273B7;
}
</style>
background-color css
<style>
a { background-color: #B273B7; }
a { background-color: rgb(178,115,183); }
div.DivClassName
{
background-color: #B273B7;
}
.BgClassName
{
background-color: #B273B7;
}
</style>
border-color css
<style>
span { border-color: #B273B7; }
span { border-color: rgb(178,115,183); }
td.TdClassName
{
border-color: #B273B7;
}
.TagClassName
{
border-color: #B273B7;
}
</style>