Shades of Fuchsia #B730BB
Tints of Fuchsia #B730BB
RGB
CMYK
RGB Variations
Color information
#B730BB (or 0xB730BB) is known color: Fuchsia. HEX triplet: B7, 30 and BB. RGB value is (183,48,187). Sum of RGB (Red+Green+Blue) = 183+48+187=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #B730BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BB is #48CF44. Grayscale: #676767. Windows color (decimal): -4771653 or 12267703. OLE color: 12267703.
HSL color Cylindrical-coordinate representation of color #B730BB: hue angle of 298.27º 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 #B730BB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 48 | 187 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.27 |
| HSL | 298.27º | 0.59% | 0.46% | - |
| HSV(B) | 298.27º | 0.74% | 0.73% | - |
| XYZ | 29.56 | 15.77 | 48.5 | - |
| YUV | 104.21 | 174.73 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 187 | 0.02 | 0.74 | 0 | 0.27 | 298.27 | 0.59 | 0.46 |
| Hex | B7 | 30 | BB | 2 | 4A | 0 | 1B | 12A | 3B | 2E |
| Octal | 267 | 60 | 273 | 2 | 112 | 0 | 33 | 452 | 73 | 56 |
| Binary | 10110111 | 110000 | 10111011 | 10 | 1001010 | 0 | 11011 | 100101010 | 111011 | 101110 |
Color Harmonies of #B730BB
Complementary color
Monochromatic Colors of #B730BB
Black with #B730BB
Text Example
Text Example
White with #B730BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730BB; }
p { color: rgb(183,48,187); }
H1.HeaderClassName
{
color: #B730BB;
}
.AnyTagClassName
{
color: #B730BB;
}
</style>
background-color css
<style>
a { background-color: #B730BB; }
a { background-color: rgb(183,48,187); }
div.DivClassName
{
background-color: #B730BB;
}
.BgClassName
{
background-color: #B730BB;
}
</style>
border-color css
<style>
span { border-color: #B730BB; }
span { border-color: rgb(183,48,187); }
td.TdClassName
{
border-color: #B730BB;
}
.TagClassName
{
border-color: #B730BB;
}
</style>