Shades of Fuchsia #B73FB5
Tints of Fuchsia #B73FB5
RGB
CMYK
RGB Variations
Color information
#B73FB5 (or 0xB73FB5) is known color: Fuchsia. HEX triplet: B7, 3F and B5. RGB value is (183,63,181). Sum of RGB (Red+Green+Blue) = 183+63+181=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 181 (71.09% from 255 or 42.39% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B73FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FB5 is #48C04A. Grayscale: #6F6F6F. Windows color (decimal): -4767819 or 11878327. OLE color: 11878327.
HSL color Cylindrical-coordinate representation of color #B73FB5: hue angle of 301º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73FB5 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 181 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.28 |
| HSL | 301º | 0.49% | 0.48% | - |
| HSV(B) | 301º | 0.66% | 0.72% | - |
| XYZ | 29.65 | 16.96 | 45.43 | - |
| YUV | 112.33 | 166.76 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 181 | 0 | 0.66 | 0.01 | 0.28 | 301 | 0.49 | 0.48 |
| Hex | B7 | 3F | B5 | 0 | 42 | 1 | 1C | 12D | 31 | 30 |
| Octal | 267 | 77 | 265 | 0 | 102 | 1 | 34 | 455 | 61 | 60 |
| Binary | 10110111 | 111111 | 10110101 | 0 | 1000010 | 1 | 11100 | 100101101 | 110001 | 110000 |
Color Harmonies of #B73FB5
Complementary color
Monochromatic Colors of #B73FB5
Black with #B73FB5
Text Example
Text Example
White with #B73FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73FB5; }
p { color: rgb(183,63,181); }
H1.HeaderClassName
{
color: #B73FB5;
}
.AnyTagClassName
{
color: #B73FB5;
}
</style>
background-color css
<style>
a { background-color: #B73FB5; }
a { background-color: rgb(183,63,181); }
div.DivClassName
{
background-color: #B73FB5;
}
.BgClassName
{
background-color: #B73FB5;
}
</style>
border-color css
<style>
span { border-color: #B73FB5; }
span { border-color: rgb(183,63,181); }
td.TdClassName
{
border-color: #B73FB5;
}
.TagClassName
{
border-color: #B73FB5;
}
</style>