Shades of Medium Purple #B772EF
Tints of Medium Purple #B772EF
RGB
CMYK
RGB Variations
Color information
#B772EF (or 0xB772EF) is known color: Medium Purple. HEX triplet: B7, 72 and EF. RGB value is (183,114,239). Sum of RGB (Red+Green+Blue) = 183+114+239=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #B772EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772EF is #488D10. Grayscale: #949494. Windows color (decimal): -4754705 or 15692471. OLE color: 15692471.
HSL color Cylindrical-coordinate representation of color #B772EF: hue angle of 273.12º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B772EF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 114 | 239 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.06 |
| HSL | 273.12º | 0.8% | 0.69% | - |
| HSV(B) | 273.12º | 0.52% | 0.94% | - |
| XYZ | 41.13 | 28.33 | 84.96 | - |
| YUV | 148.88 | 178.86 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 239 | 0.23 | 0.52 | 0 | 0.06 | 273.12 | 0.8 | 0.69 |
| Hex | B7 | 72 | EF | 17 | 34 | 0 | 6 | 111 | 50 | 45 |
| Octal | 267 | 162 | 357 | 27 | 64 | 0 | 6 | 421 | 120 | 105 |
| Binary | 10110111 | 1110010 | 11101111 | 10111 | 110100 | 0 | 110 | 100010001 | 1010000 | 1000101 |
Color Harmonies of #B772EF
Complementary color
Monochromatic Colors of #B772EF
Black with #B772EF
Text Example
Text Example
White with #B772EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772EF; }
p { color: rgb(183,114,239); }
H1.HeaderClassName
{
color: #B772EF;
}
.AnyTagClassName
{
color: #B772EF;
}
</style>
background-color css
<style>
a { background-color: #B772EF; }
a { background-color: rgb(183,114,239); }
div.DivClassName
{
background-color: #B772EF;
}
.BgClassName
{
background-color: #B772EF;
}
</style>
border-color css
<style>
span { border-color: #B772EF; }
span { border-color: rgb(183,114,239); }
td.TdClassName
{
border-color: #B772EF;
}
.TagClassName
{
border-color: #B772EF;
}
</style>