Shades of Medium Orchid #BB72ED
Tints of Medium Orchid #BB72ED
RGB
CMYK
RGB Variations
Color information
#BB72ED (or 0xBB72ED) is known color: Medium Orchid. HEX triplet: BB, 72 and ED. RGB value is (187,114,237). Sum of RGB (Red+Green+Blue) = 187+114+237=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB72ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB72ED is #448D12. Grayscale: #959595. Windows color (decimal): -4492563 or 15561403. OLE color: 15561403.
HSL color Cylindrical-coordinate representation of color #BB72ED: hue angle of 275.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB72ED is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 114 | 237 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.07 |
| HSL | 275.61º | 0.77% | 0.69% | - |
| HSV(B) | 275.61º | 0.52% | 0.93% | - |
| XYZ | 41.8 | 28.71 | 83.46 | - |
| YUV | 149.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 237 | 0.21 | 0.52 | 0 | 0.07 | 275.61 | 0.77 | 0.69 |
| Hex | BB | 72 | ED | 15 | 34 | 0 | 7 | 114 | 4D | 45 |
| Octal | 273 | 162 | 355 | 25 | 64 | 0 | 7 | 424 | 115 | 105 |
| Binary | 10111011 | 1110010 | 11101101 | 10101 | 110100 | 0 | 111 | 100010100 | 1001101 | 1000101 |
Color Harmonies of #BB72ED
Complementary color
Monochromatic Colors of #BB72ED
Black with #BB72ED
Text Example
Text Example
White with #BB72ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72ED; }
p { color: rgb(187,114,237); }
H1.HeaderClassName
{
color: #BB72ED;
}
.AnyTagClassName
{
color: #BB72ED;
}
</style>
background-color css
<style>
a { background-color: #BB72ED; }
a { background-color: rgb(187,114,237); }
div.DivClassName
{
background-color: #BB72ED;
}
.BgClassName
{
background-color: #BB72ED;
}
</style>
border-color css
<style>
span { border-color: #BB72ED; }
span { border-color: rgb(187,114,237); }
td.TdClassName
{
border-color: #BB72ED;
}
.TagClassName
{
border-color: #BB72ED;
}
</style>