Shades of Fuchsia #B730BC
Tints of Fuchsia #B730BC
RGB
CMYK
RGB Variations
Color information
#B730BC (or 0xB730BC) is known color: Fuchsia. HEX triplet: B7, 30 and BC. RGB value is (183,48,188). Sum of RGB (Red+Green+Blue) = 183+48+188=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #B730BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BC is #48CF43. Grayscale: #676767. Windows color (decimal): -4771652 or 12333239. OLE color: 12333239.
HSL color Cylindrical-coordinate representation of color #B730BC: hue angle of 297.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730BC is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 48 | 188 | - |
| CMYK | 0.03 | 0.74 | 0 | 0.26 |
| HSL | 297.86º | 0.59% | 0.46% | - |
| HSV(B) | 297.86º | 0.74% | 0.74% | - |
| XYZ | 29.66 | 15.81 | 49.07 | - |
| YUV | 104.33 | 175.23 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 188 | 0.03 | 0.74 | 0 | 0.26 | 297.86 | 0.59 | 0.46 |
| Hex | B7 | 30 | BC | 3 | 4A | 0 | 1A | 12A | 3B | 2E |
| Octal | 267 | 60 | 274 | 3 | 112 | 0 | 32 | 452 | 73 | 56 |
| Binary | 10110111 | 110000 | 10111100 | 11 | 1001010 | 0 | 11010 | 100101010 | 111011 | 101110 |
Color Harmonies of #B730BC
Complementary color
Monochromatic Colors of #B730BC
Black with #B730BC
Text Example
Text Example
White with #B730BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730BC; }
p { color: rgb(183,48,188); }
H1.HeaderClassName
{
color: #B730BC;
}
.AnyTagClassName
{
color: #B730BC;
}
</style>
background-color css
<style>
a { background-color: #B730BC; }
a { background-color: rgb(183,48,188); }
div.DivClassName
{
background-color: #B730BC;
}
.BgClassName
{
background-color: #B730BC;
}
</style>
border-color css
<style>
span { border-color: #B730BC; }
span { border-color: rgb(183,48,188); }
td.TdClassName
{
border-color: #B730BC;
}
.TagClassName
{
border-color: #B730BC;
}
</style>