Shades of Fuchsia #B73EBA
Tints of Fuchsia #B73EBA
RGB
CMYK
RGB Variations
Color information
#B73EBA (or 0xB73EBA) is known color: Fuchsia. HEX triplet: B7, 3E and BA. RGB value is (183,62,186). Sum of RGB (Red+Green+Blue) = 183+62+186=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B73EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73EBA is #48C145. Grayscale: #6F6F6F. Windows color (decimal): -4768070 or 12205751. OLE color: 12205751.
HSL color Cylindrical-coordinate representation of color #B73EBA: hue angle of 298.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73EBA is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 62 | 186 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.27 |
| HSL | 298.55º | 0.5% | 0.49% | - |
| HSV(B) | 298.55º | 0.67% | 0.73% | - |
| XYZ | 30.11 | 17.06 | 48.16 | - |
| YUV | 112.32 | 169.59 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 186 | 0.02 | 0.67 | 0 | 0.27 | 298.55 | 0.5 | 0.49 |
| Hex | B7 | 3E | BA | 2 | 43 | 0 | 1B | 12B | 32 | 31 |
| Octal | 267 | 76 | 272 | 2 | 103 | 0 | 33 | 453 | 62 | 61 |
| Binary | 10110111 | 111110 | 10111010 | 10 | 1000011 | 0 | 11011 | 100101011 | 110010 | 110001 |
Color Harmonies of #B73EBA
Complementary color
Monochromatic Colors of #B73EBA
Black with #B73EBA
Text Example
Text Example
White with #B73EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73EBA; }
p { color: rgb(183,62,186); }
H1.HeaderClassName
{
color: #B73EBA;
}
.AnyTagClassName
{
color: #B73EBA;
}
</style>
background-color css
<style>
a { background-color: #B73EBA; }
a { background-color: rgb(183,62,186); }
div.DivClassName
{
background-color: #B73EBA;
}
.BgClassName
{
background-color: #B73EBA;
}
</style>
border-color css
<style>
span { border-color: #B73EBA; }
span { border-color: rgb(183,62,186); }
td.TdClassName
{
border-color: #B73EBA;
}
.TagClassName
{
border-color: #B73EBA;
}
</style>