Shades of Fuchsia #B73FBC
Tints of Fuchsia #B73FBC
RGB
CMYK
RGB Variations
Color information
#B73FBC (or 0xB73FBC) is known color: Fuchsia. HEX triplet: B7, 3F and BC. RGB value is (183,63,188). Sum of RGB (Red+Green+Blue) = 183+63+188=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #B73FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FBC is #48C043. Grayscale: #707070. Windows color (decimal): -4767812 or 12337079. OLE color: 12337079.
HSL color Cylindrical-coordinate representation of color #B73FBC: hue angle of 297.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73FBC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 63 | 188 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.26 |
| HSL | 297.6º | 0.5% | 0.49% | - |
| HSV(B) | 297.6º | 0.66% | 0.74% | - |
| XYZ | 30.38 | 17.25 | 49.31 | - |
| YUV | 113.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 188 | 0.03 | 0.66 | 0 | 0.26 | 297.6 | 0.5 | 0.49 |
| Hex | B7 | 3F | BC | 3 | 42 | 0 | 1A | 12A | 32 | 31 |
| Octal | 267 | 77 | 274 | 3 | 102 | 0 | 32 | 452 | 62 | 61 |
| Binary | 10110111 | 111111 | 10111100 | 11 | 1000010 | 0 | 11010 | 100101010 | 110010 | 110001 |
Color Harmonies of #B73FBC
Complementary color
Monochromatic Colors of #B73FBC
Black with #B73FBC
Text Example
Text Example
White with #B73FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FBC; }
p { color: rgb(183,63,188); }
H1.HeaderClassName
{
color: #B73FBC;
}
.AnyTagClassName
{
color: #B73FBC;
}
</style>
background-color css
<style>
a { background-color: #B73FBC; }
a { background-color: rgb(183,63,188); }
div.DivClassName
{
background-color: #B73FBC;
}
.BgClassName
{
background-color: #B73FBC;
}
</style>
border-color css
<style>
span { border-color: #B73FBC; }
span { border-color: rgb(183,63,188); }
td.TdClassName
{
border-color: #B73FBC;
}
.TagClassName
{
border-color: #B73FBC;
}
</style>