Shades of Fuchsia #B730BA
Tints of Fuchsia #B730BA
RGB
CMYK
RGB Variations
Color information
#B730BA (or 0xB730BA) is known color: Fuchsia. HEX triplet: B7, 30 and BA. RGB value is (183,48,186). Sum of RGB (Red+Green+Blue) = 183+48+186=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #B730BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BA is #48CF45. Grayscale: #676767. Windows color (decimal): -4771654 or 12202167. OLE color: 12202167.
HSL color Cylindrical-coordinate representation of color #B730BA: hue angle of 298.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730BA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 48 | 186 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.27 |
| HSL | 298.7º | 0.59% | 0.46% | - |
| HSV(B) | 298.7º | 0.74% | 0.73% | - |
| XYZ | 29.45 | 15.73 | 47.94 | - |
| YUV | 104.1 | 174.23 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 186 | 0.02 | 0.74 | 0 | 0.27 | 298.7 | 0.59 | 0.46 |
| Hex | B7 | 30 | BA | 2 | 4A | 0 | 1B | 12B | 3B | 2E |
| Octal | 267 | 60 | 272 | 2 | 112 | 0 | 33 | 453 | 73 | 56 |
| Binary | 10110111 | 110000 | 10111010 | 10 | 1001010 | 0 | 11011 | 100101011 | 111011 | 101110 |
Color Harmonies of #B730BA
Complementary color
Monochromatic Colors of #B730BA
Black with #B730BA
Text Example
Text Example
White with #B730BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730BA; }
p { color: rgb(183,48,186); }
H1.HeaderClassName
{
color: #B730BA;
}
.AnyTagClassName
{
color: #B730BA;
}
</style>
background-color css
<style>
a { background-color: #B730BA; }
a { background-color: rgb(183,48,186); }
div.DivClassName
{
background-color: #B730BA;
}
.BgClassName
{
background-color: #B730BA;
}
</style>
border-color css
<style>
span { border-color: #B730BA; }
span { border-color: rgb(183,48,186); }
td.TdClassName
{
border-color: #B730BA;
}
.TagClassName
{
border-color: #B730BA;
}
</style>