Shades of Medium Orchid #BB73DE
Tints of Medium Orchid #BB73DE
RGB
CMYK
RGB Variations
Color information
#BB73DE (or 0xBB73DE) is known color: Medium Orchid. HEX triplet: BB, 73 and DE. RGB value is (187,115,222). Sum of RGB (Red+Green+Blue) = 187+115+222=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB73DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DE is #448C21. Grayscale: #949494. Windows color (decimal): -4492322 or 14578619. OLE color: 14578619.
HSL color Cylindrical-coordinate representation of color #BB73DE: hue angle of 280.37º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB73DE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 115 | 222 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280.37º | 0.62% | 0.66% | - |
| HSV(B) | 280.37º | 0.48% | 0.87% | - |
| XYZ | 39.81 | 28.1 | 72.43 | - |
| YUV | 148.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 222 | 0.16 | 0.48 | 0 | 0.13 | 280.37 | 0.62 | 0.66 |
| Hex | BB | 73 | DE | 10 | 30 | 0 | D | 118 | 3E | 42 |
| Octal | 273 | 163 | 336 | 20 | 60 | 0 | 15 | 430 | 76 | 102 |
| Binary | 10111011 | 1110011 | 11011110 | 10000 | 110000 | 0 | 1101 | 100011000 | 111110 | 1000010 |
Color Harmonies of #BB73DE
Complementary color
Monochromatic Colors of #BB73DE
Black with #BB73DE
Text Example
Text Example
White with #BB73DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73DE; }
p { color: rgb(187,115,222); }
H1.HeaderClassName
{
color: #BB73DE;
}
.AnyTagClassName
{
color: #BB73DE;
}
</style>
background-color css
<style>
a { background-color: #BB73DE; }
a { background-color: rgb(187,115,222); }
div.DivClassName
{
background-color: #BB73DE;
}
.BgClassName
{
background-color: #BB73DE;
}
</style>
border-color css
<style>
span { border-color: #BB73DE; }
span { border-color: rgb(187,115,222); }
td.TdClassName
{
border-color: #BB73DE;
}
.TagClassName
{
border-color: #BB73DE;
}
</style>