Shades of Fuchsia #B73AB6
Tints of Fuchsia #B73AB6
RGB
CMYK
RGB Variations
Color information
#B73AB6 (or 0xB73AB6) is known color: Fuchsia. HEX triplet: B7, 3A and B6. RGB value is (183,58,182). Sum of RGB (Red+Green+Blue) = 183+58+182=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B73AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73AB6 is #48C549. Grayscale: #6D6D6D. Windows color (decimal): -4769098 or 11942583. OLE color: 11942583.
HSL color Cylindrical-coordinate representation of color #B73AB6: hue angle of 300.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73AB6 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 182 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.28 |
| HSL | 300.48º | 0.52% | 0.47% | - |
| HSV(B) | 300.48º | 0.68% | 0.72% | - |
| XYZ | 29.48 | 16.47 | 45.88 | - |
| YUV | 109.51 | 168.91 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 182 | 0 | 0.68 | 0.01 | 0.28 | 300.48 | 0.52 | 0.47 |
| Hex | B7 | 3A | B6 | 0 | 44 | 1 | 1C | 12C | 34 | 2F |
| Octal | 267 | 72 | 266 | 0 | 104 | 1 | 34 | 454 | 64 | 57 |
| Binary | 10110111 | 111010 | 10110110 | 0 | 1000100 | 1 | 11100 | 100101100 | 110100 | 101111 |
Color Harmonies of #B73AB6
Complementary color
Monochromatic Colors of #B73AB6
Black with #B73AB6
Text Example
Text Example
White with #B73AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73AB6; }
p { color: rgb(183,58,182); }
H1.HeaderClassName
{
color: #B73AB6;
}
.AnyTagClassName
{
color: #B73AB6;
}
</style>
background-color css
<style>
a { background-color: #B73AB6; }
a { background-color: rgb(183,58,182); }
div.DivClassName
{
background-color: #B73AB6;
}
.BgClassName
{
background-color: #B73AB6;
}
</style>
border-color css
<style>
span { border-color: #B73AB6; }
span { border-color: rgb(183,58,182); }
td.TdClassName
{
border-color: #B73AB6;
}
.TagClassName
{
border-color: #B73AB6;
}
</style>