Shades of Fuchsia #B739BD
Tints of Fuchsia #B739BD
RGB
CMYK
RGB Variations
Color information
#B739BD (or 0xB739BD) is known color: Fuchsia. HEX triplet: B7, 39 and BD. RGB value is (183,57,189). Sum of RGB (Red+Green+Blue) = 183+57+189=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #B739BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739BD is #48C642. Grayscale: #6D6D6D. Windows color (decimal): -4769347 or 12401079. OLE color: 12401079.
HSL color Cylindrical-coordinate representation of color #B739BD: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B739BD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 57 | 189 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.26 |
| HSL | 297.27º | 0.54% | 0.48% | - |
| HSV(B) | 297.27º | 0.7% | 0.74% | - |
| XYZ | 30.18 | 16.67 | 49.77 | - |
| YUV | 109.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 189 | 0.03 | 0.70 | 0 | 0.26 | 297.27 | 0.54 | 0.48 |
| Hex | B7 | 39 | BD | 3 | 46 | 0 | 1A | 129 | 36 | 30 |
| Octal | 267 | 71 | 275 | 3 | 106 | 0 | 32 | 451 | 66 | 60 |
| Binary | 10110111 | 111001 | 10111101 | 11 | 1000110 | 0 | 11010 | 100101001 | 110110 | 110000 |
Color Harmonies of #B739BD
Complementary color
Monochromatic Colors of #B739BD
Black with #B739BD
Text Example
Text Example
White with #B739BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739BD; }
p { color: rgb(183,57,189); }
H1.HeaderClassName
{
color: #B739BD;
}
.AnyTagClassName
{
color: #B739BD;
}
</style>
background-color css
<style>
a { background-color: #B739BD; }
a { background-color: rgb(183,57,189); }
div.DivClassName
{
background-color: #B739BD;
}
.BgClassName
{
background-color: #B739BD;
}
</style>
border-color css
<style>
span { border-color: #B739BD; }
span { border-color: rgb(183,57,189); }
td.TdClassName
{
border-color: #B739BD;
}
.TagClassName
{
border-color: #B739BD;
}
</style>