Shades of Medium Orchid #BB72E7
Tints of Medium Orchid #BB72E7
RGB
CMYK
RGB Variations
Color information
#BB72E7 (or 0xBB72E7) is known color: Medium Orchid. HEX triplet: BB, 72 and E7. RGB value is (187,114,231). Sum of RGB (Red+Green+Blue) = 187+114+231=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB72E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72E7 is #448D18. Grayscale: #949494. Windows color (decimal): -4492569 or 15168187. OLE color: 15168187.
HSL color Cylindrical-coordinate representation of color #BB72E7: hue angle of 277.44º 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 #BB72E7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 114 | 231 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.09 |
| HSL | 277.44º | 0.71% | 0.68% | - |
| HSV(B) | 277.44º | 0.51% | 0.91% | - |
| XYZ | 40.93 | 28.37 | 78.92 | - |
| YUV | 149.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 231 | 0.19 | 0.51 | 0 | 0.09 | 277.44 | 0.71 | 0.68 |
| Hex | BB | 72 | E7 | 13 | 33 | 0 | 9 | 115 | 47 | 44 |
| Octal | 273 | 162 | 347 | 23 | 63 | 0 | 11 | 425 | 107 | 104 |
| Binary | 10111011 | 1110010 | 11100111 | 10011 | 110011 | 0 | 1001 | 100010101 | 1000111 | 1000100 |
Color Harmonies of #BB72E7
Complementary color
Monochromatic Colors of #BB72E7
Black with #BB72E7
Text Example
Text Example
White with #BB72E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72E7; }
p { color: rgb(187,114,231); }
H1.HeaderClassName
{
color: #BB72E7;
}
.AnyTagClassName
{
color: #BB72E7;
}
</style>
background-color css
<style>
a { background-color: #BB72E7; }
a { background-color: rgb(187,114,231); }
div.DivClassName
{
background-color: #BB72E7;
}
.BgClassName
{
background-color: #BB72E7;
}
</style>
border-color css
<style>
span { border-color: #BB72E7; }
span { border-color: rgb(187,114,231); }
td.TdClassName
{
border-color: #BB72E7;
}
.TagClassName
{
border-color: #BB72E7;
}
</style>