Shades of Medium Orchid #BB70DF
Tints of Medium Orchid #BB70DF
RGB
CMYK
RGB Variations
Color information
#BB70DF (or 0xBB70DF) is known color: Medium Orchid. HEX triplet: BB, 70 and DF. RGB value is (187,112,223). Sum of RGB (Red+Green+Blue) = 187+112+223=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70DF is #448F20. Grayscale: #929292. Windows color (decimal): -4493089 or 14643387. OLE color: 14643387.
HSL color Cylindrical-coordinate representation of color #BB70DF: hue angle of 280.54º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB70DF is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 112 | 223 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.13 |
| HSL | 280.54º | 0.63% | 0.66% | - |
| HSV(B) | 280.54º | 0.5% | 0.87% | - |
| XYZ | 39.61 | 27.48 | 73.03 | - |
| YUV | 147.08 | 170.85 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 223 | 0.16 | 0.50 | 0 | 0.13 | 280.54 | 0.63 | 0.66 |
| Hex | BB | 70 | DF | 10 | 32 | 0 | D | 119 | 3F | 42 |
| Octal | 273 | 160 | 337 | 20 | 62 | 0 | 15 | 431 | 77 | 102 |
| Binary | 10111011 | 1110000 | 11011111 | 10000 | 110010 | 0 | 1101 | 100011001 | 111111 | 1000010 |
Color Harmonies of #BB70DF
Complementary color
Monochromatic Colors of #BB70DF
Black with #BB70DF
Text Example
Text Example
White with #BB70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70DF; }
p { color: rgb(187,112,223); }
H1.HeaderClassName
{
color: #BB70DF;
}
.AnyTagClassName
{
color: #BB70DF;
}
</style>
background-color css
<style>
a { background-color: #BB70DF; }
a { background-color: rgb(187,112,223); }
div.DivClassName
{
background-color: #BB70DF;
}
.BgClassName
{
background-color: #BB70DF;
}
</style>
border-color css
<style>
span { border-color: #BB70DF; }
span { border-color: rgb(187,112,223); }
td.TdClassName
{
border-color: #BB70DF;
}
.TagClassName
{
border-color: #BB70DF;
}
</style>