Shades of Fuchsia #B730B8
Tints of Fuchsia #B730B8
RGB
CMYK
RGB Variations
Color information
#B730B8 (or 0xB730B8) is known color: Fuchsia. HEX triplet: B7, 30 and B8. RGB value is (183,48,184). Sum of RGB (Red+Green+Blue) = 183+48+184=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #B730B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730B8 is #48CF47. Grayscale: #676767. Windows color (decimal): -4771656 or 12071095. OLE color: 12071095.
HSL color Cylindrical-coordinate representation of color #B730B8: hue angle of 299.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730B8 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 184 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.28 |
| HSL | 299.56º | 0.59% | 0.45% | - |
| HSV(B) | 299.56º | 0.74% | 0.72% | - |
| XYZ | 29.24 | 15.64 | 46.83 | - |
| YUV | 103.87 | 173.23 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 184 | 0.01 | 0.74 | 0 | 0.28 | 299.56 | 0.59 | 0.45 |
| Hex | B7 | 30 | B8 | 1 | 4A | 0 | 1C | 12C | 3B | 2D |
| Octal | 267 | 60 | 270 | 1 | 112 | 0 | 34 | 454 | 73 | 55 |
| Binary | 10110111 | 110000 | 10111000 | 1 | 1001010 | 0 | 11100 | 100101100 | 111011 | 101101 |
Color Harmonies of #B730B8
Complementary color
Monochromatic Colors of #B730B8
Black with #B730B8
Text Example
Text Example
White with #B730B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B730B8; }
p { color: rgb(183,48,184); }
H1.HeaderClassName
{
color: #B730B8;
}
.AnyTagClassName
{
color: #B730B8;
}
</style>
background-color css
<style>
a { background-color: #B730B8; }
a { background-color: rgb(183,48,184); }
div.DivClassName
{
background-color: #B730B8;
}
.BgClassName
{
background-color: #B730B8;
}
</style>
border-color css
<style>
span { border-color: #B730B8; }
span { border-color: rgb(183,48,184); }
td.TdClassName
{
border-color: #B730B8;
}
.TagClassName
{
border-color: #B730B8;
}
</style>