Shades of Medium Purple #B774ED
Tints of Medium Purple #B774ED
RGB
CMYK
RGB Variations
Color information
#B774ED (or 0xB774ED) is known color: Medium Purple. HEX triplet: B7, 74 and ED. RGB value is (183,116,237). Sum of RGB (Red+Green+Blue) = 183+116+237=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #B774ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B774ED is #488B12. Grayscale: #959595. Windows color (decimal): -4754195 or 15561911. OLE color: 15561911.
HSL color Cylindrical-coordinate representation of color #B774ED: hue angle of 273.22º 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 #B774ED is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 116 | 237 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.07 |
| HSL | 273.22º | 0.77% | 0.69% | - |
| HSV(B) | 273.22º | 0.51% | 0.93% | - |
| XYZ | 41.06 | 28.67 | 83.49 | - |
| YUV | 149.83 | 177.2 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 116 | 237 | 0.23 | 0.51 | 0 | 0.07 | 273.22 | 0.77 | 0.69 |
| Hex | B7 | 74 | ED | 17 | 33 | 0 | 7 | 111 | 4D | 45 |
| Octal | 267 | 164 | 355 | 27 | 63 | 0 | 7 | 421 | 115 | 105 |
| Binary | 10110111 | 1110100 | 11101101 | 10111 | 110011 | 0 | 111 | 100010001 | 1001101 | 1000101 |
Color Harmonies of #B774ED
Complementary color
Monochromatic Colors of #B774ED
Black with #B774ED
Text Example
Text Example
White with #B774ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B774ED; }
p { color: rgb(183,116,237); }
H1.HeaderClassName
{
color: #B774ED;
}
.AnyTagClassName
{
color: #B774ED;
}
</style>
background-color css
<style>
a { background-color: #B774ED; }
a { background-color: rgb(183,116,237); }
div.DivClassName
{
background-color: #B774ED;
}
.BgClassName
{
background-color: #B774ED;
}
</style>
border-color css
<style>
span { border-color: #B774ED; }
span { border-color: rgb(183,116,237); }
td.TdClassName
{
border-color: #B774ED;
}
.TagClassName
{
border-color: #B774ED;
}
</style>