Shades of Medium Orchid #B772E7
Tints of Medium Orchid #B772E7
RGB
CMYK
RGB Variations
Color information
#B772E7 (or 0xB772E7) is known color: Medium Orchid. HEX triplet: B7, 72 and E7. RGB value is (183,114,231). Sum of RGB (Red+Green+Blue) = 183+114+231=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #B772E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B772E7 is #488D18. Grayscale: #939393. Windows color (decimal): -4754713 or 15168183. OLE color: 15168183.
HSL color Cylindrical-coordinate representation of color #B772E7: hue angle of 275.38º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B772E7 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 114 | 231 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.09 |
| HSL | 275.38º | 0.71% | 0.68% | - |
| HSV(B) | 275.38º | 0.51% | 0.91% | - |
| XYZ | 39.97 | 27.87 | 78.87 | - |
| YUV | 147.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 114 | 231 | 0.21 | 0.51 | 0 | 0.09 | 275.38 | 0.71 | 0.68 |
| Hex | B7 | 72 | E7 | 15 | 33 | 0 | 9 | 113 | 47 | 44 |
| Octal | 267 | 162 | 347 | 25 | 63 | 0 | 11 | 423 | 107 | 104 |
| Binary | 10110111 | 1110010 | 11100111 | 10101 | 110011 | 0 | 1001 | 100010011 | 1000111 | 1000100 |
Color Harmonies of #B772E7
Complementary color
Monochromatic Colors of #B772E7
Black with #B772E7
Text Example
Text Example
White with #B772E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B772E7; }
p { color: rgb(183,114,231); }
H1.HeaderClassName
{
color: #B772E7;
}
.AnyTagClassName
{
color: #B772E7;
}
</style>
background-color css
<style>
a { background-color: #B772E7; }
a { background-color: rgb(183,114,231); }
div.DivClassName
{
background-color: #B772E7;
}
.BgClassName
{
background-color: #B772E7;
}
</style>
border-color css
<style>
span { border-color: #B772E7; }
span { border-color: rgb(183,114,231); }
td.TdClassName
{
border-color: #B772E7;
}
.TagClassName
{
border-color: #B772E7;
}
</style>