Shades of Fuchsia #B745B1
Tints of Fuchsia #B745B1
RGB
CMYK
RGB Variations
Color information
#B745B1 (or 0xB745B1) is known color: Fuchsia. HEX triplet: B7, 45 and B1. RGB value is (183,69,177). Sum of RGB (Red+Green+Blue) = 183+69+177=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B745B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B745B1 is #48BA4E. Grayscale: #737373. Windows color (decimal): -4766287 or 11617719. OLE color: 11617719.
HSL color Cylindrical-coordinate representation of color #B745B1: hue angle of 303.16º 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 #B745B1 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 69 | 177 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.28 |
| HSL | 303.16º | 0.45% | 0.49% | - |
| HSV(B) | 303.16º | 0.62% | 0.72% | - |
| XYZ | 29.59 | 17.5 | 43.41 | - |
| YUV | 115.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 69 | 177 | 0 | 0.62 | 0.03 | 0.28 | 303.16 | 0.45 | 0.49 |
| Hex | B7 | 45 | B1 | 0 | 3E | 3 | 1C | 12F | 2D | 31 |
| Octal | 267 | 105 | 261 | 0 | 76 | 3 | 34 | 457 | 55 | 61 |
| Binary | 10110111 | 1000101 | 10110001 | 0 | 111110 | 11 | 11100 | 100101111 | 101101 | 110001 |
Color Harmonies of #B745B1
Complementary color
Monochromatic Colors of #B745B1
Black with #B745B1
Text Example
Text Example
White with #B745B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B745B1; }
p { color: rgb(183,69,177); }
H1.HeaderClassName
{
color: #B745B1;
}
.AnyTagClassName
{
color: #B745B1;
}
</style>
background-color css
<style>
a { background-color: #B745B1; }
a { background-color: rgb(183,69,177); }
div.DivClassName
{
background-color: #B745B1;
}
.BgClassName
{
background-color: #B745B1;
}
</style>
border-color css
<style>
span { border-color: #B745B1; }
span { border-color: rgb(183,69,177); }
td.TdClassName
{
border-color: #B745B1;
}
.TagClassName
{
border-color: #B745B1;
}
</style>