Shades of Fuchsia #B739C5
Tints of Fuchsia #B739C5
RGB
CMYK
RGB Variations
Color information
#B739C5 (or 0xB739C5) is known color: Fuchsia. HEX triplet: B7, 39 and C5. RGB value is (183,57,197). Sum of RGB (Red+Green+Blue) = 183+57+197=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #B739C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739C5 is #48C63A. Grayscale: #6E6E6E. Windows color (decimal): -4769339 or 12925367. OLE color: 12925367.
HSL color Cylindrical-coordinate representation of color #B739C5: hue angle of 294º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B739C5 is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 183 | 57 | 197 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.23 |
| HSL | 294º | 0.55% | 0.5% | - |
| HSV(B) | 294º | 0.71% | 0.77% | - |
| XYZ | 31.07 | 17.02 | 54.47 | - |
| YUV | 110.63 | 176.74 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 197 | 0.07 | 0.71 | 0 | 0.23 | 294 | 0.55 | 0.5 |
| Hex | B7 | 39 | C5 | 7 | 47 | 0 | 17 | 126 | 37 | 32 |
| Octal | 267 | 71 | 305 | 7 | 107 | 0 | 27 | 446 | 67 | 62 |
| Binary | 10110111 | 111001 | 11000101 | 111 | 1000111 | 0 | 10111 | 100100110 | 110111 | 110010 |
Color Harmonies of #B739C5
Complementary color
Monochromatic Colors of #B739C5
Black with #B739C5
Text Example
Text Example
White with #B739C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739C5; }
p { color: rgb(183,57,197); }
H1.HeaderClassName
{
color: #B739C5;
}
.AnyTagClassName
{
color: #B739C5;
}
</style>
background-color css
<style>
a { background-color: #B739C5; }
a { background-color: rgb(183,57,197); }
div.DivClassName
{
background-color: #B739C5;
}
.BgClassName
{
background-color: #B739C5;
}
</style>
border-color css
<style>
span { border-color: #B739C5; }
span { border-color: rgb(183,57,197); }
td.TdClassName
{
border-color: #B739C5;
}
.TagClassName
{
border-color: #B739C5;
}
</style>