Shades of Fuchsia #B73FC1
Tints of Fuchsia #B73FC1
RGB
CMYK
RGB Variations
Color information
#B73FC1 (or 0xB73FC1) is known color: Fuchsia. HEX triplet: B7, 3F and C1. RGB value is (183,63,193). Sum of RGB (Red+Green+Blue) = 183+63+193=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #B73FC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FC1 is #48C03E. Grayscale: #717171. Windows color (decimal): -4767807 or 12664759. OLE color: 12664759.
HSL color Cylindrical-coordinate representation of color #B73FC1: hue angle of 295.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73FC1 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 63 | 193 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.24 |
| HSL | 295.38º | 0.51% | 0.5% | - |
| HSV(B) | 295.38º | 0.67% | 0.76% | - |
| XYZ | 30.93 | 17.47 | 52.19 | - |
| YUV | 113.7 | 172.76 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 193 | 0.05 | 0.67 | 0 | 0.24 | 295.38 | 0.51 | 0.5 |
| Hex | B7 | 3F | C1 | 5 | 43 | 0 | 18 | 127 | 33 | 32 |
| Octal | 267 | 77 | 301 | 5 | 103 | 0 | 30 | 447 | 63 | 62 |
| Binary | 10110111 | 111111 | 11000001 | 101 | 1000011 | 0 | 11000 | 100100111 | 110011 | 110010 |
Color Harmonies of #B73FC1
Complementary color
Monochromatic Colors of #B73FC1
Black with #B73FC1
Text Example
Text Example
White with #B73FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FC1; }
p { color: rgb(183,63,193); }
H1.HeaderClassName
{
color: #B73FC1;
}
.AnyTagClassName
{
color: #B73FC1;
}
</style>
background-color css
<style>
a { background-color: #B73FC1; }
a { background-color: rgb(183,63,193); }
div.DivClassName
{
background-color: #B73FC1;
}
.BgClassName
{
background-color: #B73FC1;
}
</style>
border-color css
<style>
span { border-color: #B73FC1; }
span { border-color: rgb(183,63,193); }
td.TdClassName
{
border-color: #B73FC1;
}
.TagClassName
{
border-color: #B73FC1;
}
</style>