Shades of Medium Purple #B775ED
Tints of Medium Purple #B775ED
RGB
CMYK
RGB Variations
Color information
#B775ED (or 0xB775ED) is known color: Medium Purple. HEX triplet: B7, 75 and ED. RGB value is (183,117,237). Sum of RGB (Red+Green+Blue) = 183+117+237=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B775ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B775ED is #488A12. Grayscale: #969696. Windows color (decimal): -4753939 or 15562167. OLE color: 15562167.
HSL color Cylindrical-coordinate representation of color #B775ED: hue angle of 273º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B775ED is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 117 | 237 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.07 |
| HSL | 273º | 0.77% | 0.69% | - |
| HSV(B) | 273º | 0.51% | 0.93% | - |
| XYZ | 41.18 | 28.9 | 83.53 | - |
| YUV | 150.41 | 176.87 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 237 | 0.23 | 0.51 | 0 | 0.07 | 273 | 0.77 | 0.69 |
| Hex | B7 | 75 | ED | 17 | 33 | 0 | 7 | 111 | 4D | 45 |
| Octal | 267 | 165 | 355 | 27 | 63 | 0 | 7 | 421 | 115 | 105 |
| Binary | 10110111 | 1110101 | 11101101 | 10111 | 110011 | 0 | 111 | 100010001 | 1001101 | 1000101 |
Color Harmonies of #B775ED
Complementary color
Monochromatic Colors of #B775ED
Black with #B775ED
Text Example
Text Example
White with #B775ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B775ED; }
p { color: rgb(183,117,237); }
H1.HeaderClassName
{
color: #B775ED;
}
.AnyTagClassName
{
color: #B775ED;
}
</style>
background-color css
<style>
a { background-color: #B775ED; }
a { background-color: rgb(183,117,237); }
div.DivClassName
{
background-color: #B775ED;
}
.BgClassName
{
background-color: #B775ED;
}
</style>
border-color css
<style>
span { border-color: #B775ED; }
span { border-color: rgb(183,117,237); }
td.TdClassName
{
border-color: #B775ED;
}
.TagClassName
{
border-color: #B775ED;
}
</style>