Shades of Fuchsia #B745B5
Tints of Fuchsia #B745B5
RGB
CMYK
RGB Variations
Color information
#B745B5 (or 0xB745B5) is known color: Fuchsia. HEX triplet: B7, 45 and B5. RGB value is (183,69,181). Sum of RGB (Red+Green+Blue) = 183+69+181=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B745B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745B5 is #48BA4A. Grayscale: #737373. Windows color (decimal): -4766283 or 11879863. OLE color: 11879863.
HSL color Cylindrical-coordinate representation of color #B745B5: hue angle of 301.05º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B745B5 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 181 | - |
| CMYK | 0 | 0.62 | 0.01 | 0.28 |
| HSL | 301.05º | 0.45% | 0.49% | - |
| HSV(B) | 301.05º | 0.62% | 0.72% | - |
| XYZ | 30 | 17.66 | 45.54 | - |
| YUV | 115.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 181 | 0 | 0.62 | 0.01 | 0.28 | 301.05 | 0.45 | 0.49 |
| Hex | B7 | 45 | B5 | 0 | 3E | 1 | 1C | 12D | 2D | 31 |
| Octal | 267 | 105 | 265 | 0 | 76 | 1 | 34 | 455 | 55 | 61 |
| Binary | 10110111 | 1000101 | 10110101 | 0 | 111110 | 1 | 11100 | 100101101 | 101101 | 110001 |
Color Harmonies of #B745B5
Complementary color
Monochromatic Colors of #B745B5
Black with #B745B5
Text Example
Text Example
White with #B745B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745B5; }
p { color: rgb(183,69,181); }
H1.HeaderClassName
{
color: #B745B5;
}
.AnyTagClassName
{
color: #B745B5;
}
</style>
background-color css
<style>
a { background-color: #B745B5; }
a { background-color: rgb(183,69,181); }
div.DivClassName
{
background-color: #B745B5;
}
.BgClassName
{
background-color: #B745B5;
}
</style>
border-color css
<style>
span { border-color: #B745B5; }
span { border-color: rgb(183,69,181); }
td.TdClassName
{
border-color: #B745B5;
}
.TagClassName
{
border-color: #B745B5;
}
</style>