Shades of Medium Orchid #BB78DD
Tints of Medium Orchid #BB78DD
RGB
CMYK
RGB Variations
Color information
#BB78DD (or 0xBB78DD) is known color: Medium Orchid. HEX triplet: BB, 78 and DD. RGB value is (187,120,221). Sum of RGB (Red+Green+Blue) = 187+120+221=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB78DD is #448722. Grayscale: #979797. Windows color (decimal): -4491043 or 14514363. OLE color: 14514363.
HSL color Cylindrical-coordinate representation of color #BB78DD: hue angle of 279.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB78DD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 120 | 221 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.13 |
| HSL | 279.8º | 0.6% | 0.67% | - |
| HSV(B) | 279.8º | 0.46% | 0.87% | - |
| XYZ | 40.26 | 29.22 | 71.92 | - |
| YUV | 151.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 120 | 221 | 0.15 | 0.46 | 0 | 0.13 | 279.8 | 0.6 | 0.67 |
| Hex | BB | 78 | DD | F | 2E | 0 | D | 118 | 3C | 43 |
| Octal | 273 | 170 | 335 | 17 | 56 | 0 | 15 | 430 | 74 | 103 |
| Binary | 10111011 | 1111000 | 11011101 | 1111 | 101110 | 0 | 1101 | 100011000 | 111100 | 1000011 |
Color Harmonies of #BB78DD
Complementary color
Monochromatic Colors of #BB78DD
Black with #BB78DD
Text Example
Text Example
White with #BB78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB78DD; }
p { color: rgb(187,120,221); }
H1.HeaderClassName
{
color: #BB78DD;
}
.AnyTagClassName
{
color: #BB78DD;
}
</style>
background-color css
<style>
a { background-color: #BB78DD; }
a { background-color: rgb(187,120,221); }
div.DivClassName
{
background-color: #BB78DD;
}
.BgClassName
{
background-color: #BB78DD;
}
</style>
border-color css
<style>
span { border-color: #BB78DD; }
span { border-color: rgb(187,120,221); }
td.TdClassName
{
border-color: #BB78DD;
}
.TagClassName
{
border-color: #BB78DD;
}
</style>