Shades of Medium Orchid #BB73DF
Tints of Medium Orchid #BB73DF
RGB
CMYK
RGB Variations
Color information
#BB73DF (or 0xBB73DF) is known color: Medium Orchid. HEX triplet: BB, 73 and DF. RGB value is (187,115,223). Sum of RGB (Red+Green+Blue) = 187+115+223=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB73DF is #448C20. Grayscale: #949494. Windows color (decimal): -4492321 or 14644155. OLE color: 14644155.
HSL color Cylindrical-coordinate representation of color #BB73DF: hue angle of 280º degrees, saturation: 0.63, 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 #BB73DF is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 115 | 223 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.13 |
| HSL | 280º | 0.63% | 0.66% | - |
| HSV(B) | 280º | 0.48% | 0.87% | - |
| XYZ | 39.94 | 28.15 | 73.14 | - |
| YUV | 148.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 223 | 0.16 | 0.48 | 0 | 0.13 | 280 | 0.63 | 0.66 |
| Hex | BB | 73 | DF | 10 | 30 | 0 | D | 118 | 3F | 42 |
| Octal | 273 | 163 | 337 | 20 | 60 | 0 | 15 | 430 | 77 | 102 |
| Binary | 10111011 | 1110011 | 11011111 | 10000 | 110000 | 0 | 1101 | 100011000 | 111111 | 1000010 |
Color Harmonies of #BB73DF
Complementary color
Monochromatic Colors of #BB73DF
Black with #BB73DF
Text Example
Text Example
White with #BB73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB73DF; }
p { color: rgb(187,115,223); }
H1.HeaderClassName
{
color: #BB73DF;
}
.AnyTagClassName
{
color: #BB73DF;
}
</style>
background-color css
<style>
a { background-color: #BB73DF; }
a { background-color: rgb(187,115,223); }
div.DivClassName
{
background-color: #BB73DF;
}
.BgClassName
{
background-color: #BB73DF;
}
</style>
border-color css
<style>
span { border-color: #BB73DF; }
span { border-color: rgb(187,115,223); }
td.TdClassName
{
border-color: #BB73DF;
}
.TagClassName
{
border-color: #BB73DF;
}
</style>