Shades of Fuchsia #B73DAE
Tints of Fuchsia #B73DAE
RGB
CMYK
RGB Variations
Color information
#B73DAE (or 0xB73DAE) is known color: Fuchsia. HEX triplet: B7, 3D and AE. RGB value is (183,61,174). Sum of RGB (Red+Green+Blue) = 183+61+174=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B73DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73DAE is #48C251. Grayscale: #6E6E6E. Windows color (decimal): -4768338 or 11419063. OLE color: 11419063.
HSL color Cylindrical-coordinate representation of color #B73DAE: hue angle of 304.43º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73DAE is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 174 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.28 |
| HSL | 304.43º | 0.5% | 0.48% | - |
| HSV(B) | 304.43º | 0.67% | 0.72% | - |
| XYZ | 28.84 | 16.46 | 41.7 | - |
| YUV | 110.36 | 163.92 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 174 | 0 | 0.67 | 0.05 | 0.28 | 304.43 | 0.5 | 0.48 |
| Hex | B7 | 3D | AE | 0 | 43 | 5 | 1C | 130 | 32 | 30 |
| Octal | 267 | 75 | 256 | 0 | 103 | 5 | 34 | 460 | 62 | 60 |
| Binary | 10110111 | 111101 | 10101110 | 0 | 1000011 | 101 | 11100 | 100110000 | 110010 | 110000 |
Color Harmonies of #B73DAE
Complementary color
Monochromatic Colors of #B73DAE
Black with #B73DAE
Text Example
Text Example
White with #B73DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73DAE; }
p { color: rgb(183,61,174); }
H1.HeaderClassName
{
color: #B73DAE;
}
.AnyTagClassName
{
color: #B73DAE;
}
</style>
background-color css
<style>
a { background-color: #B73DAE; }
a { background-color: rgb(183,61,174); }
div.DivClassName
{
background-color: #B73DAE;
}
.BgClassName
{
background-color: #B73DAE;
}
</style>
border-color css
<style>
span { border-color: #B73DAE; }
span { border-color: rgb(183,61,174); }
td.TdClassName
{
border-color: #B73DAE;
}
.TagClassName
{
border-color: #B73DAE;
}
</style>