Shades of Medium Orchid #BB72DE
Tints of Medium Orchid #BB72DE
RGB
CMYK
RGB Variations
Color information
#BB72DE (or 0xBB72DE) is known color: Medium Orchid. HEX triplet: BB, 72 and DE. RGB value is (187,114,222). Sum of RGB (Red+Green+Blue) = 187+114+222=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72DE is #448D21. Grayscale: #939393. Windows color (decimal): -4492578 or 14578363. OLE color: 14578363.
HSL color Cylindrical-coordinate representation of color #BB72DE: hue angle of 280.56º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB72DE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 114 | 222 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.13 |
| HSL | 280.56º | 0.62% | 0.66% | - |
| HSV(B) | 280.56º | 0.49% | 0.87% | - |
| XYZ | 39.7 | 27.87 | 72.4 | - |
| YUV | 148.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 222 | 0.16 | 0.49 | 0 | 0.13 | 280.56 | 0.62 | 0.66 |
| Hex | BB | 72 | DE | 10 | 31 | 0 | D | 119 | 3E | 42 |
| Octal | 273 | 162 | 336 | 20 | 61 | 0 | 15 | 431 | 76 | 102 |
| Binary | 10111011 | 1110010 | 11011110 | 10000 | 110001 | 0 | 1101 | 100011001 | 111110 | 1000010 |
Color Harmonies of #BB72DE
Complementary color
Monochromatic Colors of #BB72DE
Black with #BB72DE
Text Example
Text Example
White with #BB72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72DE; }
p { color: rgb(187,114,222); }
H1.HeaderClassName
{
color: #BB72DE;
}
.AnyTagClassName
{
color: #BB72DE;
}
</style>
background-color css
<style>
a { background-color: #BB72DE; }
a { background-color: rgb(187,114,222); }
div.DivClassName
{
background-color: #BB72DE;
}
.BgClassName
{
background-color: #BB72DE;
}
</style>
border-color css
<style>
span { border-color: #BB72DE; }
span { border-color: rgb(187,114,222); }
td.TdClassName
{
border-color: #BB72DE;
}
.TagClassName
{
border-color: #BB72DE;
}
</style>