Shades of Fuchsia #B73BBA
Tints of Fuchsia #B73BBA
RGB
CMYK
RGB Variations
Color information
#B73BBA (or 0xB73BBA) is known color: Fuchsia. HEX triplet: B7, 3B and BA. RGB value is (183,59,186). Sum of RGB (Red+Green+Blue) = 183+59+186=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #B73BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BBA is #48C445. Grayscale: #6E6E6E. Windows color (decimal): -4768838 or 12204983. OLE color: 12204983.
HSL color Cylindrical-coordinate representation of color #B73BBA: hue angle of 298.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73BBA is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 59 | 186 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.27 |
| HSL | 298.58º | 0.52% | 0.48% | - |
| HSV(B) | 298.58º | 0.68% | 0.73% | - |
| XYZ | 29.96 | 16.74 | 48.11 | - |
| YUV | 110.55 | 170.58 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 186 | 0.02 | 0.68 | 0 | 0.27 | 298.58 | 0.52 | 0.48 |
| Hex | B7 | 3B | BA | 2 | 44 | 0 | 1B | 12B | 34 | 30 |
| Octal | 267 | 73 | 272 | 2 | 104 | 0 | 33 | 453 | 64 | 60 |
| Binary | 10110111 | 111011 | 10111010 | 10 | 1000100 | 0 | 11011 | 100101011 | 110100 | 110000 |
Color Harmonies of #B73BBA
Complementary color
Monochromatic Colors of #B73BBA
Black with #B73BBA
Text Example
Text Example
White with #B73BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73BBA; }
p { color: rgb(183,59,186); }
H1.HeaderClassName
{
color: #B73BBA;
}
.AnyTagClassName
{
color: #B73BBA;
}
</style>
background-color css
<style>
a { background-color: #B73BBA; }
a { background-color: rgb(183,59,186); }
div.DivClassName
{
background-color: #B73BBA;
}
.BgClassName
{
background-color: #B73BBA;
}
</style>
border-color css
<style>
span { border-color: #B73BBA; }
span { border-color: rgb(183,59,186); }
td.TdClassName
{
border-color: #B73BBA;
}
.TagClassName
{
border-color: #B73BBA;
}
</style>