Shades of Fuchsia #B775BA
Tints of Fuchsia #B775BA
RGB
CMYK
RGB Variations
Color information
#B775BA (or 0xB775BA) is known color: Fuchsia. HEX triplet: B7, 75 and BA. RGB value is (183,117,186). Sum of RGB (Red+Green+Blue) = 183+117+186=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #B775BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775BA is #488A45. Grayscale: #909090. Windows color (decimal): -4753990 or 12219831. OLE color: 12219831.
HSL color Cylindrical-coordinate representation of color #B775BA: hue angle of 297.39º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B775BA is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 117 | 186 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.27 |
| HSL | 297.39º | 0.33% | 0.59% | - |
| HSV(B) | 297.39º | 0.37% | 0.73% | - |
| XYZ | 34.75 | 26.34 | 49.71 | - |
| YUV | 144.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 186 | 0.02 | 0.37 | 0 | 0.27 | 297.39 | 0.33 | 0.59 |
| Hex | B7 | 75 | BA | 2 | 25 | 0 | 1B | 129 | 21 | 3B |
| Octal | 267 | 165 | 272 | 2 | 45 | 0 | 33 | 451 | 41 | 73 |
| Binary | 10110111 | 1110101 | 10111010 | 10 | 100101 | 0 | 11011 | 100101001 | 100001 | 111011 |
Color Harmonies of #B775BA
Complementary color
Monochromatic Colors of #B775BA
Black with #B775BA
Text Example
Text Example
White with #B775BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775BA; }
p { color: rgb(183,117,186); }
H1.HeaderClassName
{
color: #B775BA;
}
.AnyTagClassName
{
color: #B775BA;
}
</style>
background-color css
<style>
a { background-color: #B775BA; }
a { background-color: rgb(183,117,186); }
div.DivClassName
{
background-color: #B775BA;
}
.BgClassName
{
background-color: #B775BA;
}
</style>
border-color css
<style>
span { border-color: #B775BA; }
span { border-color: rgb(183,117,186); }
td.TdClassName
{
border-color: #B775BA;
}
.TagClassName
{
border-color: #B775BA;
}
</style>